Html Css Color HEX #76332C Auburn

📋 copy color: '#76332C'

red 118 ◦ green 51 ◦ blue 44

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

Shades of Auburn #76332C

Tints of Auburn #76332C

RGB

 RED value IS 118 (46.48% from 255) = 55.4%

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

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

R = 55.4%
G = 23.94%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76332C (or 0x76332C) is known color: Auburn. HEX triplet: 76, 33 and 2C. RGB value is (118,51,44). Sum of RGB (Red+Green+Blue) = 118+51+44=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76332C is #89CCD3. Grayscale: #464646. Windows color (decimal): -9030868 or 2896758. OLE color: 2896758.

HSL color Cylindrical-coordinate representation of color #76332C: hue angle of 5.68º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76332C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 44 -
CMYK 0 0.57 0.63 0.54
HSL 5.68º 0.46% 0.32% -
HSV(B) 5.68º 0.63% 0.46% -
XYZ 9.11 6.4 3.14 -
YUV 70.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 118 51 44 0 0.57 0.63 0.54 5.68 0.46 0.32
Hex 76 33 2C 0 39 3F 36 6 2E 20
Octal 166 63 54 0 71 77 66 6 56 40
Binary 1110110 110011 101100 0 111001 111111 110110 110 101110 100000

Color Harmonies of #76332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76332C

Black with #76332C

Text Example


Text Example

White with #76332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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