Html Css Color HEX #702725 Auburn

📋 copy color: '#702725'

red 112 ◦ green 39 ◦ blue 37

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

Shades of Auburn #702725

Tints of Auburn #702725

RGB

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

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

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

R = 59.57%
G = 20.74%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#702725 (or 0x702725) is known color: Auburn. HEX triplet: 70, 27 and 25. RGB value is (112,39,37). Sum of RGB (Red+Green+Blue) = 112+39+37=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702725 is #8FD8DA. Grayscale: #3C3C3C. Windows color (decimal): -9427163 or 2434928. OLE color: 2434928.

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

Color convert

RGB 112 39 37 -
CMYK 0 0.65 0.67 0.56
HSL 1.6º 0.5% 0.29% -
HSV(B) 1.6º 0.67% 0.44% -
XYZ 7.74 5.03 2.31 -
YUV 60.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 112 39 37 0 0.65 0.67 0.56 1.6 0.5 0.29
Hex 70 27 25 0 41 43 38 2 32 1D
Octal 160 47 45 0 101 103 70 2 62 35
Binary 1110000 100111 100101 0 1000001 1000011 111000 10 110010 11101

Color Harmonies of #702725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702725

Black with #702725

Text Example


Text Example

White with #702725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702725; }

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

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

background-color css

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

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

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

border-color css

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

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

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