#702614

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

Shades of Pueblo #702614

Tints of Pueblo #702614

Color information

#702614 (or 0x702614) is unknown color: approx Pueblo. HEX triplet: 70, 26 and 14. RGB value is (112,38,20). Sum of RGB (Red+Green+Blue) = 112+38+20=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702614 is #8FD9EB. Grayscale: #3A3A3A. Windows color (decimal): -9427436 or 1320560. OLE color: 1320560.

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

Color convert

RGB1123820-
CMYK00.660.820.56
HSL11.74º69.7%25.88%-
HSV(B)11.74º82.14%43.92%-
XYZ7.54.881.21-
YUV58.07106.52166.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.88%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=65.88%
G=22.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112382000.660.820.5611.7469.725.88
Hex7026140425238c461a
Octal16046240102122701410632
Binary1110000100110101000100001010100101110001100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702614; }

 p { color: rgb(112,38,20); }

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

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

 a { background-color: rgb(112,38,20); }

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

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

 span { border-color: rgb(112,38,20); }

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