Html Css Color HEX #712D25 Auburn

📋 copy color: '#712D25'

red 113 ◦ green 45 ◦ blue 37

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

Shades of Auburn #712D25

Tints of Auburn #712D25

RGB

 RED value IS 113 (44.53% from 255) = 57.95%

 GREEN value IS 45 (17.97% from 255) = 23.08%

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

R = 57.95%
G = 23.08%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#712D25 (or 0x712D25) is known color: Auburn. HEX triplet: 71, 2D and 25. RGB value is (113,45,37). Sum of RGB (Red+Green+Blue) = 113+45+37=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D25 is #8ED2DA. Grayscale: #404040. Windows color (decimal): -9360091 or 2436465. OLE color: 2436465.

HSL color Cylindrical-coordinate representation of color #712D25: hue angle of 6.32º degrees, saturation: 0.51, 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 #712D25 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 37 -
CMYK 0 0.60 0.67 0.56
HSL 6.32º 0.51% 0.29% -
HSV(B) 6.32º 0.67% 0.44% -
XYZ 8.08 5.52 2.39 -
YUV 64.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 113 45 37 0 0.60 0.67 0.56 6.32 0.51 0.29
Hex 71 2D 25 0 3C 43 38 6 33 1D
Octal 161 55 45 0 74 103 70 6 63 35
Binary 1110001 101101 100101 0 111100 1000011 111000 110 110011 11101

Color Harmonies of #712D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D25

Black with #712D25

Text Example


Text Example

White with #712D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D25; }

 p { color: rgb(113,45,37); }

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

background-color css

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

 a { background-color: rgb(113,45,37); }

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

border-color css

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

 span { border-color: rgb(113,45,37); }

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