#732A14

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

Shades of Pueblo #732A14

Tints of Pueblo #732A14

Color information

#732A14 (or 0x732A14) is unknown color: approx Pueblo. HEX triplet: 73, 2A and 14. RGB value is (115,42,20). Sum of RGB (Red+Green+Blue) = 115+42+20=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #732A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A14 is #8CD5EB. Grayscale: #3D3D3D. Windows color (decimal): -9229804 or 1321587. OLE color: 1321587.

HSL color Cylindrical-coordinate representation of color #732A14: hue angle of 13.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732A14 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1154220-
CMYK00.630.830.55
HSL13.89º70.37%26.47%-
HSV(B)13.89º82.61%45.1%-
XYZ8.025.351.27-
YUV61.32104.68166.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=64.97%
G=23.73%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115422000.630.830.5513.8970.3726.47
Hex732A1403F5337e461a
Octal1635224077123671610632
Binary111001110101010100011111110100111101111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732A14; }

 p { color: rgb(115,42,20); }

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

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

 a { background-color: rgb(115,42,20); }

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

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

 span { border-color: rgb(115,42,20); }

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