#713429

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

Shades of Pueblo #713429

Tints of Pueblo #713429

Color information

#713429 (or 0x713429) is unknown color: approx Pueblo. HEX triplet: 71, 34 and 29. RGB value is (113,52,41). Sum of RGB (Red+Green+Blue) = 113+52+41=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713429 is #8ECBD6. Grayscale: #454545. Windows color (decimal): -9358295 or 2700401. OLE color: 2700401.

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

Color convert

RGB1135241-
CMYK00.540.640.56
HSL9.17º46.75%30.2%-
HSV(B)9.17º63.72%44.31%-
XYZ8.446.132.84-
YUV68.98112.21159.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=54.85%
G=25.24%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113524100.540.640.569.1746.7530.2
Hex713429036403892f1e
Octal161645106610070115736
Binary111000111010010100101101101000000111000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713429; }

 p { color: rgb(113,52,41); }

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

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

 a { background-color: rgb(113,52,41); }

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

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

 span { border-color: rgb(113,52,41); }

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