Html Css Color HEX #702523 Auburn

📋 copy color: '#702523'

red 112 ◦ green 37 ◦ blue 35

#702523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #702523

Tints of Auburn #702523

RGB

 RED value IS 112 (44.14% from 255) = 60.87%

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 60.87%
G = 20.11%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#702523 (or 0x702523) is known color: Auburn. HEX triplet: 70, 25 and 23. RGB value is (112,37,35). Sum of RGB (Red+Green+Blue) = 112+37+35=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702523 is #8FDADC. Grayscale: #3B3B3B. Windows color (decimal): -9427677 or 2303344. OLE color: 2303344.

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

Color convert

RGB 112 37 35 -
CMYK 0 0.67 0.69 0.56
HSL 1.56º 0.52% 0.29% -
HSV(B) 1.56º 0.69% 0.44% -
XYZ 7.65 4.89 2.13 -
YUV 59.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 112 37 35 0 0.67 0.69 0.56 1.56 0.52 0.29
Hex 70 25 23 0 43 45 38 2 34 1D
Octal 160 45 43 0 103 105 70 2 64 35
Binary 1110000 100101 100011 0 1000011 1000101 111000 10 110100 11101

Color Harmonies of #702523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702523

Black with #702523

Text Example


Text Example

White with #702523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702523; }

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

 H1.HeaderClassName
 {
   color: #702523;
 }
 .AnyTagClassName
 {
   color: #702523;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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