#713220

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

Shades of Pueblo #713220

Tints of Pueblo #713220

Color information

#713220 (or 0x713220) is unknown color: approx Pueblo. HEX triplet: 71, 32 and 20. RGB value is (113,50,32). Sum of RGB (Red+Green+Blue) = 113+50+32=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713220 is #8ECDDF. Grayscale: #424242. Windows color (decimal): -9358816 or 2110065. OLE color: 2110065.

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

Color convert

RGB1135032-
CMYK00.560.720.56
HSL13.33º55.86%28.43%-
HSV(B)13.33º71.68%44.31%-
XYZ8.215.92.07-
YUV66.78108.37160.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=57.95%
G=25.64%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113503200.560.720.5613.3355.8628.43
Hex7132200384838d381c
Octal161624007011070157034
Binary111000111001010000001110001001000111000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713220; }

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

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

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

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

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

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

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

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