#702410

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

Shades of Pueblo #702410

Tints of Pueblo #702410

Color information

#702410 (or 0x702410) is unknown color: approx Pueblo. HEX triplet: 70, 24 and 10. RGB value is (112,36,16). Sum of RGB (Red+Green+Blue) = 112+36+16=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #702410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702410 is #8FDBEF. Grayscale: #383838. Windows color (decimal): -9427952 or 1057904. OLE color: 1057904.

HSL color Cylindrical-coordinate representation of color #702410: hue angle of 12.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #702410 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1123616-
CMYK00.680.860.56
HSL12.5º75%25.1%-
HSV(B)12.5º85.71%43.92%-
XYZ7.414.741.02-
YUV56.44105.18167.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.29%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=68.29%
G=21.95%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112361600.680.860.5612.57525.1
Hex7024100445638d4b19
Octal16044200104126701511331
Binary1110000100100100000100010010101101110001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702410; }

 p { color: rgb(112,36,16); }

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

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

 a { background-color: rgb(112,36,16); }

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

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

 span { border-color: rgb(112,36,16); }

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