#703222

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

Shades of Pueblo #703222

Tints of Pueblo #703222

Color information

#703222 (or 0x703222) is unknown color: approx Pueblo. HEX triplet: 70, 32 and 22. RGB value is (112,50,34). Sum of RGB (Red+Green+Blue) = 112+50+34=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703222 is #8FCDDD. Grayscale: #424242. Windows color (decimal): -9424350 or 2241136. OLE color: 2241136.

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

Color convert

RGB1125034-
CMYK00.550.700.56
HSL12.31º53.42%28.63%-
HSV(B)12.31º69.64%43.92%-
XYZ8.115.842.21-
YUV66.71109.54160.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=57.14%
G=25.51%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112503400.550.700.5612.3153.4228.63
Hex7032220374638c351d
Octal160624206710670146535
Binary111000011001010001001101111000110111000110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703222; }

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

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

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

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

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

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

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

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