#723023

Color #723023 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #723023

Tints of Pueblo #723023

Color information

#723023 (or 0x723023) is unknown color: approx Pueblo. HEX triplet: 72, 30 and 23. RGB value is (114,48,35). Sum of RGB (Red+Green+Blue) = 114+48+35=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #723023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723023 is #8DCFDC. Grayscale: #424242. Windows color (decimal): -9293789 or 2306162. OLE color: 2306162.

HSL color Cylindrical-coordinate representation of color #723023: hue angle of 9.87º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #723023 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1144835-
CMYK00.580.690.55
HSL9.87º53.02%29.22%-
HSV(B)9.87º69.3%44.71%-
XYZ8.35.812.27-
YUV66.25110.37162.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=57.87%
G=24.37%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114483500.580.690.559.8753.0229.22
Hex72302303A4537a351d
Octal162604307210567126535
Binary111001011000010001101110101000101110111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723023; }

 p { color: rgb(114,48,35); }

 H1.HeaderClassName
 {
   color: #723023;
 }
 .AnyTagClassName
 {
   color: #723023;
 }
</style>
background-color css

<style>
 a { background-color: #723023; }

 a { background-color: rgb(114,48,35); }

 div.DivClassName
 {
   background-color: #723023;
 }
 .BgClassName
 {
   background-color: #723023;
 }
</style>
border-color css

<style>
 span { border-color: #723023; }

 span { border-color: rgb(114,48,35); }

 td.TdClassName
 {
   border-color: #723023;
 }
 .TagClassName
 {
   border-color: #723023;
 }
</style>