#702C15

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

Shades of Pueblo #702C15

Tints of Pueblo #702C15

Color information

#702C15 (or 0x702C15) is unknown color: approx Pueblo. HEX triplet: 70, 2C and 15. RGB value is (112,44,21). Sum of RGB (Red+Green+Blue) = 112+44+21=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C15 is #8FD3EA. Grayscale: #3D3D3D. Windows color (decimal): -9425899 or 1387632. OLE color: 1387632.

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

Color convert

RGB1124421-
CMYK00.610.810.56
HSL15.16º68.42%26.08%-
HSV(B)15.16º81.25%43.92%-
XYZ7.725.31.33-
YUV61.71105.03163.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=63.28%
G=24.86%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112442100.610.810.5615.1668.4226.08
Hex702C1503D5138f441a
Octal1605425075121701710432
Binary111000010110010101011110110100011110001111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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