#703522

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

Shades of Pueblo #703522

Tints of Pueblo #703522

Color information

#703522 (or 0x703522) is unknown color: approx Pueblo. HEX triplet: 70, 35 and 22. RGB value is (112,53,34). Sum of RGB (Red+Green+Blue) = 112+53+34=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703522 is #8FCADD. Grayscale: #444444. Windows color (decimal): -9423582 or 2241904. OLE color: 2241904.

HSL color Cylindrical-coordinate representation of color #703522: hue angle of 14.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703522 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1125334-
CMYK00.530.700.56
HSL14.62º53.42%28.63%-
HSV(B)14.62º69.64%43.92%-
XYZ8.246.112.26-
YUV68.47108.55159.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=56.28%
G=26.63%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112533400.530.700.5614.6253.4228.63
Hex7035220354638f351d
Octal160654206510670176535
Binary111000011010110001001101011000110111000111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703522; }

 p { color: rgb(112,53,34); }

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

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

 a { background-color: rgb(112,53,34); }

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

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

 span { border-color: rgb(112,53,34); }

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