#702619

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

Shades of Pueblo #702619

Tints of Pueblo #702619

Color information

#702619 (or 0x702619) is unknown color: approx Pueblo. HEX triplet: 70, 26 and 19. RGB value is (112,38,25). Sum of RGB (Red+Green+Blue) = 112+38+25=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #702619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702619 is #8FD9E6. Grayscale: #3A3A3A. Windows color (decimal): -9427431 or 1648240. OLE color: 1648240.

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

Color convert

RGB1123825-
CMYK00.660.780.56
HSL8.97º63.5%26.86%-
HSV(B)8.97º77.68%43.92%-
XYZ7.554.91.47-
YUV58.64109.02166.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=64%
G=21.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112382500.660.780.568.9763.526.86
Hex7026190424E389401b
Octal16046310102116701110033
Binary1110000100110110010100001010011101110001001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702619; }

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

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

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

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

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

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

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

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