#713330

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

Shades of Auburn #713330

Tints of Auburn #713330

Color information

#713330 (or 0x713330) is unknown color: approx Auburn. HEX triplet: 71, 33 and 30. RGB value is (113,51,48). Sum of RGB (Red+Green+Blue) = 113+51+48=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713330 is #8ECCCF. Grayscale: #454545. Windows color (decimal): -9358544 or 3158897. OLE color: 3158897.

HSL color Cylindrical-coordinate representation of color #713330: hue angle of 2.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713330 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1135148-
CMYK00.550.580.56
HSL2.77º40.37%31.57%-
HSV(B)2.77º57.52%44.31%-
XYZ8.536.093.52-
YUV69.2116.04159.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=53.30%
G=24.06%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113514800.550.580.562.7740.3731.57
Hex7133300373A3832820
Octal1616360067727035040
Binary1110001110011110000011011111101011100011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713330; }

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

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

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

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

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

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

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

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