Html Css Color HEX #74312B Auburn

📋 copy color: '#74312B'

red 116 ◦ green 49 ◦ blue 43

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

Shades of Auburn #74312B

Tints of Auburn #74312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 55.77%
G = 23.56%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74312B (or 0x74312B) is known color: Auburn. HEX triplet: 74, 31 and 2B. RGB value is (116,49,43). Sum of RGB (Red+Green+Blue) = 116+49+43=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74312B is #8BCED4. Grayscale: #444444. Windows color (decimal): -9162453 or 2830708. OLE color: 2830708.

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

Color convert

RGB 116 49 43 -
CMYK 0 0.58 0.63 0.55
HSL 4.93º 0.46% 0.31% -
HSV(B) 4.93º 0.63% 0.45% -
XYZ 8.74 6.08 3 -
YUV 68.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 116 49 43 0 0.58 0.63 0.55 4.93 0.46 0.31
Hex 74 31 2B 0 3A 3F 37 5 2E 1F
Octal 164 61 53 0 72 77 67 5 56 37
Binary 1110100 110001 101011 0 111010 111111 110111 101 101110 11111

Color Harmonies of #74312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74312B

Black with #74312B

Text Example


Text Example

White with #74312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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