#732510

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

Shades of Pueblo #732510

Tints of Pueblo #732510

Color information

#732510 (or 0x732510) is unknown color: approx Pueblo. HEX triplet: 73, 25 and 10. RGB value is (115,37,16). Sum of RGB (Red+Green+Blue) = 115+37+16=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #732510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732510 is #8CDAEF. Grayscale: #3A3A3A. Windows color (decimal): -9231088 or 1058163. OLE color: 1058163.

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

Color convert

RGB1153716-
CMYK00.680.860.55
HSL12.73º75.57%25.69%-
HSV(B)12.73º86.09%45.1%-
XYZ7.835.011.04-
YUV57.93104.34168.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=68.45%
G=22.02%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115371600.680.860.5512.7375.5725.69
Hex7325100445637d4c1a
Octal16345200104126671511432
Binary1110011100101100000100010010101101101111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732510; }

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

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

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

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

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

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

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

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