Html Css Color HEX #702726 Auburn

📋 copy color: '#702726'

red 112 ◦ green 39 ◦ blue 38

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

Shades of Auburn #702726

Tints of Auburn #702726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 59.26%
G = 20.63%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#702726 (or 0x702726) is known color: Auburn. HEX triplet: 70, 27 and 26. RGB value is (112,39,38). Sum of RGB (Red+Green+Blue) = 112+39+38=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #702726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702726 is #8FD8D9. Grayscale: #3C3C3C. Windows color (decimal): -9427162 or 2500464. OLE color: 2500464.

HSL color Cylindrical-coordinate representation of color #702726: hue angle of 0.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702726 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 38 -
CMYK 0 0.65 0.66 0.56
HSL 0.81º 0.49% 0.29% -
HSV(B) 0.81º 0.66% 0.44% -
XYZ 7.76 5.04 2.4 -
YUV 60.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 112 39 38 0 0.65 0.66 0.56 0.81 0.49 0.29
Hex 70 27 26 0 41 42 38 1 31 1D
Octal 160 47 46 0 101 102 70 1 61 35
Binary 1110000 100111 100110 0 1000001 1000010 111000 1 110001 11101

Color Harmonies of #702726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702726

Black with #702726

Text Example


Text Example

White with #702726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702726; }

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

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

background-color css

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

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

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

border-color css

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

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

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