#703728

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

Shades of Pueblo #703728

Tints of Pueblo #703728

Color information

#703728 (or 0x703728) is unknown color: approx Pueblo. HEX triplet: 70, 37 and 28. RGB value is (112,55,40). Sum of RGB (Red+Green+Blue) = 112+55+40=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703728 is #8FC8D7. Grayscale: #464646. Windows color (decimal): -9423064 or 2635632. OLE color: 2635632.

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

Color convert

RGB1125540-
CMYK00.510.640.56
HSL12.5º47.37%29.8%-
HSV(B)12.5º64.29%43.92%-
XYZ8.436.332.78-
YUV70.33110.88157.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=54.11%
G=26.57%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112554000.510.640.5612.547.3729.8
Hex7037280334038c2f1e
Octal160675006310070145736
Binary111000011011110100001100111000000111000110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703728; }

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

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

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

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

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

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

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

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