#702718

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

Shades of Pueblo #702718

Tints of Pueblo #702718

Color information

#702718 (or 0x702718) is unknown color: approx Pueblo. HEX triplet: 70, 27 and 18. RGB value is (112,39,24). Sum of RGB (Red+Green+Blue) = 112+39+24=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #702718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702718 is #8FD8E7. Grayscale: #3B3B3B. Windows color (decimal): -9427176 or 1582960. OLE color: 1582960.

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

Color convert

RGB1123924-
CMYK00.650.790.56
HSL10.23º64.71%26.67%-
HSV(B)10.23º78.57%43.92%-
XYZ7.574.961.42-
YUV59.12108.18165.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=64%
G=22.29%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112392400.650.790.5610.2364.7126.67
Hex7027180414F38a411b
Octal16047300101117701210133
Binary1110000100111110000100000110011111110001010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702718; }

 p { color: rgb(112,39,24); }

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

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

 a { background-color: rgb(112,39,24); }

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

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

 span { border-color: rgb(112,39,24); }

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