#713526

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

Shades of Pueblo #713526

Tints of Pueblo #713526

Color information

#713526 (or 0x713526) is unknown color: approx Pueblo. HEX triplet: 71, 35 and 26. RGB value is (113,53,38). Sum of RGB (Red+Green+Blue) = 113+53+38=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #713526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713526 is #8ECAD9. Grayscale: #454545. Windows color (decimal): -9358042 or 2504049. OLE color: 2504049.

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

Color convert

RGB1135338-
CMYK00.530.660.56
HSL12º49.67%29.61%-
HSV(B)12º66.37%44.31%-
XYZ8.436.22.59-
YUV69.23110.38159.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=55.39%
G=25.98%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113533800.530.660.561249.6729.61
Hex7135260354238c321e
Octal161654606510270146236
Binary111000111010110011001101011000010111000110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713526; }

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

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

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

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

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

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

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

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