Html Css Color HEX #702925 Auburn

📋 copy color: '#702925'

red 112 ◦ green 41 ◦ blue 37

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

Shades of Auburn #702925

Tints of Auburn #702925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 58.95%
G = 21.58%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#702925 (or 0x702925) is known color: Auburn. HEX triplet: 70, 29 and 25. RGB value is (112,41,37). Sum of RGB (Red+Green+Blue) = 112+41+37=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #702925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702925 is #8FD6DA. Grayscale: #3D3D3D. Windows color (decimal): -9426651 or 2435440. OLE color: 2435440.

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

Color convert

RGB 112 41 37 -
CMYK 0 0.63 0.67 0.56
HSL 3.2º 0.5% 0.29% -
HSV(B) 3.2º 0.67% 0.44% -
XYZ 7.81 5.16 2.34 -
YUV 61.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 112 41 37 0 0.63 0.67 0.56 3.2 0.5 0.29
Hex 70 29 25 0 3F 43 38 3 32 1D
Octal 160 51 45 0 77 103 70 3 62 35
Binary 1110000 101001 100101 0 111111 1000011 111000 11 110010 11101

Color Harmonies of #702925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702925

Black with #702925

Text Example


Text Example

White with #702925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702925; }

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

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

background-color css

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

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

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

border-color css

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

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

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