#703828

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

Shades of Pueblo #703828

Tints of Pueblo #703828

Color information

#703828 (or 0x703828) is unknown color: approx Pueblo. HEX triplet: 70, 38 and 28. RGB value is (112,56,40). Sum of RGB (Red+Green+Blue) = 112+56+40=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #703828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703828 is #8FC7D7. Grayscale: #474747. Windows color (decimal): -9422808 or 2635888. OLE color: 2635888.

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

Color convert

RGB1125640-
CMYK00.500.640.56
HSL13.33º47.37%29.8%-
HSV(B)13.33º64.29%43.92%-
XYZ8.486.432.8-
YUV70.92110.55157.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=53.85%
G=26.92%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112564000.500.640.5613.3347.3729.8
Hex7038280324038d2f1e
Octal160705006210070155736
Binary111000011100010100001100101000000111000110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703828; }

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

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

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

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

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

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

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

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