Html Css Color HEX #74332C Auburn

📋 copy color: '#74332C'

red 116 ◦ green 51 ◦ blue 44

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

Shades of Auburn #74332C

Tints of Auburn #74332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 54.98%
G = 24.17%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74332C (or 0x74332C) is known color: Auburn. HEX triplet: 74, 33 and 2C. RGB value is (116,51,44). Sum of RGB (Red+Green+Blue) = 116+51+44=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74332C is #8BCCD3. Grayscale: #454545. Windows color (decimal): -9161940 or 2896756. OLE color: 2896756.

HSL color Cylindrical-coordinate representation of color #74332C: hue angle of 5.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74332C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 44 -
CMYK 0 0.56 0.62 0.55
HSL 5.83º 0.45% 0.31% -
HSV(B) 5.83º 0.62% 0.45% -
XYZ 8.84 6.26 3.13 -
YUV 69.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 116 51 44 0 0.56 0.62 0.55 5.83 0.45 0.31
Hex 74 33 2C 0 38 3E 37 6 2D 1F
Octal 164 63 54 0 70 76 67 6 55 37
Binary 1110100 110011 101100 0 111000 111110 110111 110 101101 11111

Color Harmonies of #74332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74332C

Black with #74332C

Text Example


Text Example

White with #74332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74332C; }

 p { color: rgb(116,51,44); }

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

background-color css

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

 a { background-color: rgb(116,51,44); }

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

border-color css

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

 span { border-color: rgb(116,51,44); }

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