#723018

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

Shades of Pueblo #723018

Tints of Pueblo #723018

Color information

#723018 (or 0x723018) is unknown color: approx Pueblo. HEX triplet: 72, 30 and 18. RGB value is (114,48,24). Sum of RGB (Red+Green+Blue) = 114+48+24=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #723018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723018 is #8DCFE7. Grayscale: #414141. Windows color (decimal): -9293800 or 1585266. OLE color: 1585266.

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

Color convert

RGB1144824-
CMYK00.580.790.55
HSL16º65.22%27.06%-
HSV(B)16º78.95%44.71%-
XYZ8.165.761.55-
YUV65104.87162.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=61.29%
G=25.81%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114482400.580.790.551665.2227.06
Hex72301803A4F3710411b
Octal1626030072117672010133
Binary1110010110000110000111010100111111011110000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723018; }

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

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

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

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

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

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

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

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