#703320

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

Shades of Pueblo #703320

Tints of Pueblo #703320

Color information

#703320 (or 0x703320) is unknown color: approx Pueblo. HEX triplet: 70, 33 and 20. RGB value is (112,51,32). Sum of RGB (Red+Green+Blue) = 112+51+32=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703320 is #8FCCDF. Grayscale: #434343. Windows color (decimal): -9424096 or 2110320. OLE color: 2110320.

HSL color Cylindrical-coordinate representation of color #703320: hue angle of 14.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703320 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1125132-
CMYK00.540.710.56
HSL14.25º55.56%28.24%-
HSV(B)14.25º71.43%43.92%-
XYZ8.135.922.08-
YUV67.07108.21160.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=57.44%
G=26.15%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112513200.540.710.5614.2555.5628.24
Hex7033200364738e381c
Octal160634006610770167034
Binary111000011001110000001101101000111111000111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703320; }

 p { color: rgb(112,51,32); }

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

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

 a { background-color: rgb(112,51,32); }

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

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

 span { border-color: rgb(112,51,32); }

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