#702A15

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

Shades of Pueblo #702A15

Tints of Pueblo #702A15

Color information

#702A15 (or 0x702A15) is unknown color: approx Pueblo. HEX triplet: 70, 2A and 15. RGB value is (112,42,21). Sum of RGB (Red+Green+Blue) = 112+42+21=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #702A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A15 is #8FD5EA. Grayscale: #3C3C3C. Windows color (decimal): -9426411 or 1387120. OLE color: 1387120.

HSL color Cylindrical-coordinate representation of color #702A15: hue angle of 13.85º 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 #702A15 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1124221-
CMYK00.620.810.56
HSL13.85º68.42%26.08%-
HSV(B)13.85º81.25%43.92%-
XYZ7.655.151.3-
YUV60.54105.69164.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 21 (8.59% from 255) = 12%
R=64%
G=24%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112422100.620.810.5613.8568.4226.08
Hex702A1503E5138e441a
Octal1605225076121701610432
Binary111000010101010101011111010100011110001110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702A15; }

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

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

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

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

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

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

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

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