#703928

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

Shades of Pueblo #703928

Tints of Pueblo #703928

Color information

#703928 (or 0x703928) is unknown color: approx Pueblo. HEX triplet: 70, 39 and 28. RGB value is (112,57,40). Sum of RGB (Red+Green+Blue) = 112+57+40=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703928 is #8FC6D7. Grayscale: #474747. Windows color (decimal): -9422552 or 2636144. OLE color: 2636144.

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

Color convert

RGB1125740-
CMYK00.490.640.56
HSL14.17º47.37%29.8%-
HSV(B)14.17º64.29%43.92%-
XYZ8.536.522.82-
YUV71.51110.22156.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=53.59%
G=27.27%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112574000.490.640.5614.1747.3729.8
Hex7039280314038e2f1e
Octal160715006110070165736
Binary111000011100110100001100011000000111000111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703928; }

 p { color: rgb(112,57,40); }

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

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

 a { background-color: rgb(112,57,40); }

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

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

 span { border-color: rgb(112,57,40); }

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