#732514

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

Shades of Pueblo #732514

Tints of Pueblo #732514

Color information

#732514 (or 0x732514) is unknown color: approx Pueblo. HEX triplet: 73, 25 and 14. RGB value is (115,37,20). Sum of RGB (Red+Green+Blue) = 115+37+20=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732514 is #8CDAEB. Grayscale: #3A3A3A. Windows color (decimal): -9231084 or 1320307. OLE color: 1320307.

HSL color Cylindrical-coordinate representation of color #732514: hue angle of 10.74º 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 #732514 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1153720-
CMYK00.680.830.55
HSL10.74º70.37%26.47%-
HSV(B)10.74º82.61%45.1%-
XYZ7.865.021.22-
YUV58.38106.34168.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=66.86%
G=21.51%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115372000.680.830.5510.7470.3726.47
Hex7325140445337b461a
Octal16345240104123671310632
Binary1110011100101101000100010010100111101111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732514; }

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

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

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

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

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

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

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

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