#723225

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

Shades of Pueblo #723225

Tints of Pueblo #723225

Color information

#723225 (or 0x723225) is unknown color: approx Pueblo. HEX triplet: 72, 32 and 25. RGB value is (114,50,37). Sum of RGB (Red+Green+Blue) = 114+50+37=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #723225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723225 is #8DCDDA. Grayscale: #434343. Windows color (decimal): -9293275 or 2437746. OLE color: 2437746.

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

Color convert

RGB1145037-
CMYK00.560.680.55
HSL10.13º50.99%29.61%-
HSV(B)10.13º67.54%44.71%-
XYZ8.415.992.46-
YUV67.65110.7161.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=56.72%
G=24.88%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114503700.560.680.5510.1350.9929.61
Hex7232250384437a331e
Octal162624507010467126336
Binary111001011001010010101110001000100110111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723225; }

 p { color: rgb(114,50,37); }

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

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

 a { background-color: rgb(114,50,37); }

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

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

 span { border-color: rgb(114,50,37); }

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