#703629

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

Shades of Pueblo #703629

Tints of Pueblo #703629

Color information

#703629 (or 0x703629) is unknown color: approx Pueblo. HEX triplet: 70, 36 and 29. RGB value is (112,54,41). Sum of RGB (Red+Green+Blue) = 112+54+41=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703629 is #8FC9D6. Grayscale: #454545. Windows color (decimal): -9423319 or 2700912. OLE color: 2700912.

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

Color convert

RGB1125441-
CMYK00.520.630.56
HSL10.99º46.41%30%-
HSV(B)10.99º63.39%43.92%-
XYZ8.46.242.86-
YUV69.86111.72158.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=54.11%
G=26.09%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112544100.520.630.5610.9946.4130
Hex7036290343F38b2e1e
Octal16066510647770135636
Binary11100001101101010010110100111111111000101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703629; }

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

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

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

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

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

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

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

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