Html Css Color HEX #74332F Auburn

📋 copy color: '#74332F'

red 116 ◦ green 51 ◦ blue 47

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

Shades of Auburn #74332F

Tints of Auburn #74332F

RGB

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

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

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

R = 54.21%
G = 23.83%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74332F (or 0x74332F) is known color: Auburn. HEX triplet: 74, 33 and 2F. RGB value is (116,51,47). Sum of RGB (Red+Green+Blue) = 116+51+47=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74332F is #8BCCD0. Grayscale: #464646. Windows color (decimal): -9161937 or 3093364. OLE color: 3093364.

HSL color Cylindrical-coordinate representation of color #74332F: hue angle of 3.48º 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 #74332F is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 47 -
CMYK 0 0.56 0.59 0.55
HSL 3.48º 0.42% 0.32% -
HSV(B) 3.48º 0.59% 0.45% -
XYZ 8.9 6.29 3.43 -
YUV 69.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 116 51 47 0 0.56 0.59 0.55 3.48 0.42 0.32
Hex 74 33 2F 0 38 3B 37 3 2A 20
Octal 164 63 57 0 70 73 67 3 52 40
Binary 1110100 110011 101111 0 111000 111011 110111 11 101010 100000

Color Harmonies of #74332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74332F

Black with #74332F

Text Example


Text Example

White with #74332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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