Html Css Color HEX #702522 Auburn

📋 copy color: '#702522'

red 112 ◦ green 37 ◦ blue 34

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

Shades of Auburn #702522

Tints of Auburn #702522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 61.2%
G = 20.22%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702522 (or 0x702522) is known color: Auburn. HEX triplet: 70, 25 and 22. RGB value is (112,37,34). Sum of RGB (Red+Green+Blue) = 112+37+34=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702522 is #8FDADD. Grayscale: #3B3B3B. Windows color (decimal): -9427678 or 2237808. OLE color: 2237808.

HSL color Cylindrical-coordinate representation of color #702522: 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.7%. Process color model (Four color, CMYK) of #702522 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 34 -
CMYK 0 0.67 0.70 0.56
HSL 2.31º 0.53% 0.29% -
HSV(B) 2.31º 0.7% 0.44% -
XYZ 7.63 4.88 2.05 -
YUV 59.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 112 37 34 0 0.67 0.70 0.56 2.31 0.53 0.29
Hex 70 25 22 0 43 46 38 2 35 1D
Octal 160 45 42 0 103 106 70 2 65 35
Binary 1110000 100101 100010 0 1000011 1000110 111000 10 110101 11101

Color Harmonies of #702522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702522

Black with #702522

Text Example


Text Example

White with #702522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702522; }

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

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

background-color css

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

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

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

border-color css

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

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

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