#713323

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

Shades of Pueblo #713323

Tints of Pueblo #713323

Color information

#713323 (or 0x713323) is unknown color: approx Pueblo. HEX triplet: 71, 33 and 23. RGB value is (113,51,35). Sum of RGB (Red+Green+Blue) = 113+51+35=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713323 is #8ECCDC. Grayscale: #434343. Windows color (decimal): -9358557 or 2306929. OLE color: 2306929.

HSL color Cylindrical-coordinate representation of color #713323: hue angle of 12.31º 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 #713323 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1135135-
CMYK00.550.690.56
HSL12.31º52.7%29.02%-
HSV(B)12.31º69.03%44.31%-
XYZ8.362.31-
YUV67.71109.54160.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=56.78%
G=25.63%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113513500.550.690.5612.3152.729.02
Hex7133230374538c351d
Octal161634306710570146535
Binary111000111001110001101101111000101111000110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713323; }

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

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

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

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

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

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

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

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