#713523

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

Shades of Pueblo #713523

Tints of Pueblo #713523

Color information

#713523 (or 0x713523) is unknown color: approx Pueblo. HEX triplet: 71, 35 and 23. RGB value is (113,53,35). Sum of RGB (Red+Green+Blue) = 113+53+35=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #713523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713523 is #8ECADC. Grayscale: #454545. Windows color (decimal): -9358045 or 2307441. OLE color: 2307441.

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

Color convert

RGB1135335-
CMYK00.530.690.56
HSL13.85º52.7%29.02%-
HSV(B)13.85º69.03%44.31%-
XYZ8.396.182.34-
YUV68.89108.88159.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=56.22%
G=26.37%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113533500.530.690.5613.8552.729.02
Hex7135230354538e351d
Octal161654306510570166535
Binary111000111010110001101101011000101111000111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713523; }

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

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

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

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

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

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

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

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