#713222

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

Shades of Pueblo #713222

Tints of Pueblo #713222

Color information

#713222 (or 0x713222) is unknown color: approx Pueblo. HEX triplet: 71, 32 and 22. RGB value is (113,50,34). Sum of RGB (Red+Green+Blue) = 113+50+34=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #713222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713222 is #8ECDDD. Grayscale: #434343. Windows color (decimal): -9358814 or 2241137. OLE color: 2241137.

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

Color convert

RGB1135034-
CMYK00.560.700.56
HSL12.15º53.74%28.82%-
HSV(B)12.15º69.91%44.31%-
XYZ8.245.912.22-
YUV67.01109.37160.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=57.36%
G=25.38%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113503400.560.700.5612.1553.7428.82
Hex7132220384638c361d
Octal161624207010670146635
Binary111000111001010001001110001000110111000110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713222; }

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

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

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

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

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

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

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

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