#703729

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

Shades of Pueblo #703729

Tints of Pueblo #703729

Color information

#703729 (or 0x703729) is unknown color: approx Pueblo. HEX triplet: 70, 37 and 29. RGB value is (112,55,41). Sum of RGB (Red+Green+Blue) = 112+55+41=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #703729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703729 is #8FC8D6. Grayscale: #464646. Windows color (decimal): -9423063 or 2701168. OLE color: 2701168.

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

Color convert

RGB1125541-
CMYK00.510.630.56
HSL11.83º46.41%30%-
HSV(B)11.83º63.39%43.92%-
XYZ8.456.342.88-
YUV70.45111.38157.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=53.85%
G=26.44%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112554100.510.630.5611.8346.4130
Hex7037290333F38c2e1e
Octal16067510637770145636
Binary11100001101111010010110011111111111000110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703729; }

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

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

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

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

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

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

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

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