#713527

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

Shades of Pueblo #713527

Tints of Pueblo #713527

Color information

#713527 (or 0x713527) is unknown color: approx Pueblo. HEX triplet: 71, 35 and 27. RGB value is (113,53,39). Sum of RGB (Red+Green+Blue) = 113+53+39=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713527 is #8ECAD8. Grayscale: #454545. Windows color (decimal): -9358041 or 2569585. OLE color: 2569585.

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

Color convert

RGB1135339-
CMYK00.530.650.56
HSL11.35º48.68%29.8%-
HSV(B)11.35º65.49%44.31%-
XYZ8.456.22.67-
YUV69.34110.88159.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=55.12%
G=25.85%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113533900.530.650.5611.3548.6829.8
Hex7135270354138b311e
Octal161654706510170136136
Binary111000111010110011101101011000001111000101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713527; }

 p { color: rgb(113,53,39); }

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

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

 a { background-color: rgb(113,53,39); }

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

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

 span { border-color: rgb(113,53,39); }

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