Html Css Color HEX #763229 Auburn

📋 copy color: '#763229'

red 118 ◦ green 50 ◦ blue 41

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

Shades of Auburn #763229

Tints of Auburn #763229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 56.46%
G = 23.92%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#763229 (or 0x763229) is known color: Auburn. HEX triplet: 76, 32 and 29. RGB value is (118,50,41). Sum of RGB (Red+Green+Blue) = 118+50+41=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763229 is #89CDD6. Grayscale: #454545. Windows color (decimal): -9031127 or 2699894. OLE color: 2699894.

HSL color Cylindrical-coordinate representation of color #763229: hue angle of 7.01º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763229 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 41 -
CMYK 0 0.58 0.65 0.54
HSL 7.01º 0.48% 0.31% -
HSV(B) 7.01º 0.65% 0.46% -
XYZ 9.01 6.29 2.84 -
YUV 69.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 118 50 41 0 0.58 0.65 0.54 7.01 0.48 0.31
Hex 76 32 29 0 3A 41 36 7 30 1F
Octal 166 62 51 0 72 101 66 7 60 37
Binary 1110110 110010 101001 0 111010 1000001 110110 111 110000 11111

Color Harmonies of #763229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763229

Black with #763229

Text Example


Text Example

White with #763229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763229; }

 p { color: rgb(118,50,41); }

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

background-color css

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

 a { background-color: rgb(118,50,41); }

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

border-color css

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

 span { border-color: rgb(118,50,41); }

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