#702415

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

Shades of Pueblo #702415

Tints of Pueblo #702415

Color information

#702415 (or 0x702415) is unknown color: approx Pueblo. HEX triplet: 70, 24 and 15. RGB value is (112,36,21). Sum of RGB (Red+Green+Blue) = 112+36+21=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702415 is #8FDBEA. Grayscale: #393939. Windows color (decimal): -9427947 or 1385584. OLE color: 1385584.

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

Color convert

RGB1123621-
CMYK00.680.810.56
HSL9.89º68.42%26.08%-
HSV(B)9.89º81.25%43.92%-
XYZ7.454.761.24-
YUV57.01107.68167.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=66.27%
G=21.30%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112362100.680.810.569.8968.4226.08
Hex7024150445138a441a
Octal16044250104121701210432
Binary1110000100100101010100010010100011110001010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702415; }

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

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

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

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

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

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

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

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