#702915

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

Shades of Pueblo #702915

Tints of Pueblo #702915

Color information

#702915 (or 0x702915) is unknown color: approx Pueblo. HEX triplet: 70, 29 and 15. RGB value is (112,41,21). Sum of RGB (Red+Green+Blue) = 112+41+21=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702915 is #8FD6EA. Grayscale: #3C3C3C. Windows color (decimal): -9426667 or 1386864. OLE color: 1386864.

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

Color convert

RGB1124121-
CMYK00.630.810.56
HSL13.19º68.42%26.08%-
HSV(B)13.19º81.25%43.92%-
XYZ7.615.081.29-
YUV59.95106.02165.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=64.37%
G=23.56%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112412100.630.810.5613.1968.4226.08
Hex70291503F5138d441a
Octal1605125077121701510432
Binary111000010100110101011111110100011110001101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702915; }

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

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

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

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

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

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

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

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