#703019

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

Shades of Pueblo #703019

Tints of Pueblo #703019

Color information

#703019 (or 0x703019) is unknown color: approx Pueblo. HEX triplet: 70, 30 and 19. RGB value is (112,48,25). Sum of RGB (Red+Green+Blue) = 112+48+25=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703019 is #8FCFE6. Grayscale: #404040. Windows color (decimal): -9424871 or 1650800. OLE color: 1650800.

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

Color convert

RGB1124825-
CMYK00.570.780.56
HSL15.86º63.5%26.86%-
HSV(B)15.86º77.68%43.92%-
XYZ7.915.631.59-
YUV64.51105.7161.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=60.54%
G=25.95%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112482500.570.780.5615.8663.526.86
Hex7030190394E3810401b
Octal1606031071116702010033
Binary1110000110000110010111001100111011100010000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703019; }

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

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

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

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

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

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

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

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