#702D15

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

Shades of Pueblo #702D15

Tints of Pueblo #702D15

Color information

#702D15 (or 0x702D15) is unknown color: approx Pueblo. HEX triplet: 70, 2D and 15. RGB value is (112,45,21). Sum of RGB (Red+Green+Blue) = 112+45+21=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D15 is #8FD2EA. Grayscale: #3E3E3E. Windows color (decimal): -9425643 or 1387888. OLE color: 1387888.

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

Color convert

RGB1124521-
CMYK00.600.810.56
HSL15.82º68.42%26.08%-
HSV(B)15.82º81.25%43.92%-
XYZ7.765.381.34-
YUV62.3104.7163.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=62.92%
G=25.28%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112452100.600.810.5615.8268.4226.08
Hex702D1503C513810441a
Octal1605525074121702010432
Binary1110000101101101010111100101000111100010000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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