#723024

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

Shades of Pueblo #723024

Tints of Pueblo #723024

Color information

#723024 (or 0x723024) is unknown color: approx Pueblo. HEX triplet: 72, 30 and 24. RGB value is (114,48,36). Sum of RGB (Red+Green+Blue) = 114+48+36=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #723024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723024 is #8DCFDB. Grayscale: #424242. Windows color (decimal): -9293788 or 2371698. OLE color: 2371698.

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

Color convert

RGB1144836-
CMYK00.580.680.55
HSL9.23º52%29.41%-
HSV(B)9.23º68.42%44.71%-
XYZ8.315.822.35-
YUV66.37110.87161.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=57.58%
G=24.24%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114483600.580.680.559.235229.41
Hex72302403A44379341d
Octal162604407210467116435
Binary111001011000010010001110101000100110111100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723024; }

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

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

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

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

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

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

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

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