#702713

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

Shades of Pueblo #702713

Tints of Pueblo #702713

Color information

#702713 (or 0x702713) is unknown color: approx Pueblo. HEX triplet: 70, 27 and 13. RGB value is (112,39,19). Sum of RGB (Red+Green+Blue) = 112+39+19=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702713 is #8FD8EC. Grayscale: #3A3A3A. Windows color (decimal): -9427181 or 1255280. OLE color: 1255280.

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

Color convert

RGB1123919-
CMYK00.650.830.56
HSL12.9º70.99%25.69%-
HSV(B)12.9º83.04%43.92%-
XYZ7.534.941.17-
YUV58.55105.68166.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.88%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=65.88%
G=22.94%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112391900.650.830.5612.970.9925.69
Hex7027130415338d471a
Octal16047230101123701510732
Binary1110000100111100110100000110100111110001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702713; }

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

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

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

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

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

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

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

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