#713020

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

Shades of Pueblo #713020

Tints of Pueblo #713020

Color information

#713020 (or 0x713020) is unknown color: approx Pueblo. HEX triplet: 71, 30 and 20. RGB value is (113,48,32). Sum of RGB (Red+Green+Blue) = 113+48+32=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713020 is #8ECFDF. Grayscale: #414141. Windows color (decimal): -9359328 or 2109553. OLE color: 2109553.

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

Color convert

RGB1134832-
CMYK00.580.720.56
HSL11.85º55.86%28.43%-
HSV(B)11.85º71.68%44.31%-
XYZ8.135.732.04-
YUV65.61109.03161.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=58.55%
G=24.87%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113483200.580.720.5611.8555.8628.43
Hex71302003A4838c381c
Octal161604007211070147034
Binary111000111000010000001110101001000111000110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713020; }

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

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

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

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

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

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

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

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