Html Css Color HEX #702422 Auburn

📋 copy color: '#702422'

red 112 ◦ green 36 ◦ blue 34

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

Shades of Auburn #702422

Tints of Auburn #702422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 61.54%
G = 19.78%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702422 (or 0x702422) is known color: Auburn. HEX triplet: 70, 24 and 22. RGB value is (112,36,34). Sum of RGB (Red+Green+Blue) = 112+36+34=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702422 is #8FDBDD. Grayscale: #3A3A3A. Windows color (decimal): -9427934 or 2237552. OLE color: 2237552.

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

Color convert

RGB 112 36 34 -
CMYK 0 0.68 0.70 0.56
HSL 1.54º 0.53% 0.29% -
HSV(B) 1.54º 0.7% 0.44% -
XYZ 7.6 4.82 2.04 -
YUV 58.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 112 36 34 0 0.68 0.70 0.56 1.54 0.53 0.29
Hex 70 24 22 0 44 46 38 2 35 1D
Octal 160 44 42 0 104 106 70 2 65 35
Binary 1110000 100100 100010 0 1000100 1000110 111000 10 110101 11101

Color Harmonies of #702422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702422

Black with #702422

Text Example


Text Example

White with #702422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702422; }

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

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

background-color css

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

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

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

border-color css

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

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

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