Html Css Color HEX #74312D Auburn

📋 copy color: '#74312D'

red 116 ◦ green 49 ◦ blue 45

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

Shades of Auburn #74312D

Tints of Auburn #74312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 55.24%
G = 23.33%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74312D (or 0x74312D) is known color: Auburn. HEX triplet: 74, 31 and 2D. RGB value is (116,49,45). Sum of RGB (Red+Green+Blue) = 116+49+45=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74312D is #8BCED2. Grayscale: #444444. Windows color (decimal): -9162451 or 2961780. OLE color: 2961780.

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

Color convert

RGB 116 49 45 -
CMYK 0 0.58 0.61 0.55
HSL 3.38º 0.44% 0.32% -
HSV(B) 3.38º 0.61% 0.45% -
XYZ 8.77 6.1 3.2 -
YUV 68.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 116 49 45 0 0.58 0.61 0.55 3.38 0.44 0.32
Hex 74 31 2D 0 3A 3D 37 3 2C 20
Octal 164 61 55 0 72 75 67 3 54 40
Binary 1110100 110001 101101 0 111010 111101 110111 11 101100 100000

Color Harmonies of #74312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74312D

Black with #74312D

Text Example


Text Example

White with #74312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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