#713024

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

Shades of Pueblo #713024

Tints of Pueblo #713024

Color information

#713024 (or 0x713024) is unknown color: approx Pueblo. HEX triplet: 71, 30 and 24. RGB value is (113,48,36). Sum of RGB (Red+Green+Blue) = 113+48+36=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #713024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713024 is #8ECFDB. Grayscale: #424242. Windows color (decimal): -9359324 or 2371697. OLE color: 2371697.

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

Color convert

RGB1134836-
CMYK00.580.680.56
HSL9.35º51.68%29.22%-
HSV(B)9.35º68.14%44.31%-
XYZ8.195.752.35-
YUV66.07111.03161.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=57.36%
G=24.37%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113483600.580.680.569.3551.6829.22
Hex71302403A44389341d
Octal161604407210470116435
Binary111000111000010010001110101000100111000100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713024; }

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

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

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

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

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

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

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

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