Html Css Color HEX #74312F Auburn

📋 copy color: '#74312F'

red 116 ◦ green 49 ◦ blue 47

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

Shades of Auburn #74312F

Tints of Auburn #74312F

RGB

 RED value IS 116 (45.7% from 255) = 54.72%

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 54.72%
G = 23.11%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74312F (or 0x74312F) is known color: Auburn. HEX triplet: 74, 31 and 2F. RGB value is (116,49,47). Sum of RGB (Red+Green+Blue) = 116+49+47=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74312F is #8BCED0. Grayscale: #444444. Windows color (decimal): -9162449 or 3092852. OLE color: 3092852.

HSL color Cylindrical-coordinate representation of color #74312F: hue angle of 1.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74312F is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 47 -
CMYK 0 0.58 0.59 0.55
HSL 1.74º 0.42% 0.32% -
HSV(B) 1.74º 0.59% 0.45% -
XYZ 8.81 6.11 3.41 -
YUV 68.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 116 49 47 0 0.58 0.59 0.55 1.74 0.42 0.32
Hex 74 31 2F 0 3A 3B 37 2 2A 20
Octal 164 61 57 0 72 73 67 2 52 40
Binary 1110100 110001 101111 0 111010 111011 110111 10 101010 100000

Color Harmonies of #74312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74312F

Black with #74312F

Text Example


Text Example

White with #74312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74312F; }

 p { color: rgb(116,49,47); }

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

background-color css

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

 a { background-color: rgb(116,49,47); }

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

border-color css

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

 span { border-color: rgb(116,49,47); }

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