Html Css Color HEX #74332E Auburn

📋 copy color: '#74332E'

red 116 ◦ green 51 ◦ blue 46

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

Shades of Auburn #74332E

Tints of Auburn #74332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 54.46%
G = 23.94%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74332E (or 0x74332E) is known color: Auburn. HEX triplet: 74, 33 and 2E. RGB value is (116,51,46). Sum of RGB (Red+Green+Blue) = 116+51+46=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74332E is #8BCCD1. Grayscale: #454545. Windows color (decimal): -9161938 or 3027828. OLE color: 3027828.

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

Color convert

RGB 116 51 46 -
CMYK 0 0.56 0.60 0.55
HSL 4.29º 0.43% 0.32% -
HSV(B) 4.29º 0.6% 0.45% -
XYZ 8.88 6.28 3.33 -
YUV 69.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 116 51 46 0 0.56 0.60 0.55 4.29 0.43 0.32
Hex 74 33 2E 0 38 3C 37 4 2B 20
Octal 164 63 56 0 70 74 67 4 53 40
Binary 1110100 110011 101110 0 111000 111100 110111 100 101011 100000

Color Harmonies of #74332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74332E

Black with #74332E

Text Example


Text Example

White with #74332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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