Html Css Color HEX #763129 Auburn

📋 copy color: '#763129'

red 118 ◦ green 49 ◦ blue 41

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

Shades of Auburn #763129

Tints of Auburn #763129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

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

R = 56.73%
G = 23.56%
B = 19.71%

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

#763129 (or 0x763129) is known color: Auburn. HEX triplet: 76, 31 and 29. RGB value is (118,49,41). Sum of RGB (Red+Green+Blue) = 118+49+41=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763129 is #89CED6. Grayscale: #444444. Windows color (decimal): -9031383 or 2699638. OLE color: 2699638.

HSL color Cylindrical-coordinate representation of color #763129: hue angle of 6.23º 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 #763129 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 41 -
CMYK 0 0.58 0.65 0.54
HSL 6.23º 0.48% 0.31% -
HSV(B) 6.23º 0.65% 0.46% -
XYZ 8.97 6.21 2.82 -
YUV 68.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 118 49 41 0 0.58 0.65 0.54 6.23 0.48 0.31
Hex 76 31 29 0 3A 41 36 6 30 1F
Octal 166 61 51 0 72 101 66 6 60 37
Binary 1110110 110001 101001 0 111010 1000001 110110 110 110000 11111

Color Harmonies of #763129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763129

Black with #763129

Text Example


Text Example

White with #763129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763129; }

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

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

background-color css

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

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

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

border-color css

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

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

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