#713120

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

Shades of Pueblo #713120

Tints of Pueblo #713120

Color information

#713120 (or 0x713120) is unknown color: approx Pueblo. HEX triplet: 71, 31 and 20. RGB value is (113,49,32). Sum of RGB (Red+Green+Blue) = 113+49+32=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #713120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713120 is #8ECEDF. Grayscale: #424242. Windows color (decimal): -9359072 or 2109809. OLE color: 2109809.

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

Color convert

RGB1134932-
CMYK00.570.720.56
HSL12.59º55.86%28.43%-
HSV(B)12.59º71.68%44.31%-
XYZ8.175.812.06-
YUV66.2108.7161.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=58.25%
G=25.26%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113493200.570.720.5612.5955.8628.43
Hex7131200394838d381c
Octal161614007111070157034
Binary111000111000110000001110011001000111000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713120; }

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

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

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

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

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

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

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

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