Html Css Color HEX #702722 Auburn

📋 copy color: '#702722'

red 112 ◦ green 39 ◦ blue 34

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

Shades of Auburn #702722

Tints of Auburn #702722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 60.54%
G = 21.08%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702722 (or 0x702722) is known color: Auburn. HEX triplet: 70, 27 and 22. RGB value is (112,39,34). Sum of RGB (Red+Green+Blue) = 112+39+34=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702722 is #8FD8DD. Grayscale: #3C3C3C. Windows color (decimal): -9427166 or 2238320. OLE color: 2238320.

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

Color convert

RGB 112 39 34 -
CMYK 0 0.65 0.70 0.56
HSL 3.85º 0.53% 0.29% -
HSV(B) 3.85º 0.7% 0.44% -
XYZ 7.7 5.01 2.08 -
YUV 60.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 112 39 34 0 0.65 0.70 0.56 3.85 0.53 0.29
Hex 70 27 22 0 41 46 38 4 35 1D
Octal 160 47 42 0 101 106 70 4 65 35
Binary 1110000 100111 100010 0 1000001 1000110 111000 100 110101 11101

Color Harmonies of #702722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702722

Black with #702722

Text Example


Text Example

White with #702722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702722; }

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

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

background-color css

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

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

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

border-color css

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

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

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