#712623

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

Shades of Auburn #712623

Tints of Auburn #712623

Color information

#712623 (or 0x712623) is unknown color: approx Auburn. HEX triplet: 71, 26 and 23. RGB value is (113,38,35). Sum of RGB (Red+Green+Blue) = 113+38+35=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712623 is #8ED9DC. Grayscale: #3C3C3C. Windows color (decimal): -9361885 or 2303601. OLE color: 2303601.

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

Color convert

RGB1133835-
CMYK00.660.690.56
HSL2.31º52.7%29.02%-
HSV(B)2.31º69.03%44.31%-
XYZ7.815.022.15-
YUV60.08113.85165.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=60.75%
G=20.43%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113383500.660.690.562.3152.729.02
Hex71262304245382351d
Octal161464301021057026535
Binary11100011001101000110100001010001011110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712623; }

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

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

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

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

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

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

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

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