#702623

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

Shades of Auburn #702623

Tints of Auburn #702623

Color information

#702623 (or 0x702623) is unknown color: approx Auburn. HEX triplet: 70, 26 and 23. RGB value is (112,38,35). Sum of RGB (Red+Green+Blue) = 112+38+35=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702623 is #8FD9DC. Grayscale: #3B3B3B. Windows color (decimal): -9427421 or 2303600. OLE color: 2303600.

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

Color convert

RGB1123835-
CMYK00.660.690.56
HSL2.34º52.38%28.82%-
HSV(B)2.34º68.75%43.92%-
XYZ7.684.952.14-
YUV59.78114.02165.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=60.54%
G=20.54%
B=18.92%

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
Decimal112383500.660.690.562.3452.3828.82
Hex70262304245382341d
Octal160464301021057026435
Binary11100001001101000110100001010001011110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702623; }

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

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

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

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

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

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

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

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