Html Css Color HEX #763128 Auburn

📋 copy color: '#763128'

red 118 ◦ green 49 ◦ blue 40

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

Shades of Auburn #763128

Tints of Auburn #763128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 57%
G = 23.67%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#763128 (or 0x763128) is known color: Auburn. HEX triplet: 76, 31 and 28. RGB value is (118,49,40). Sum of RGB (Red+Green+Blue) = 118+49+40=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763128 is #89CED7. Grayscale: #444444. Windows color (decimal): -9031384 or 2634102. OLE color: 2634102.

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

Color convert

RGB 118 49 40 -
CMYK 0 0.58 0.66 0.54
HSL 6.92º 0.49% 0.31% -
HSV(B) 6.92º 0.66% 0.46% -
XYZ 8.95 6.2 2.73 -
YUV 68.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 118 49 40 0 0.58 0.66 0.54 6.92 0.49 0.31
Hex 76 31 28 0 3A 42 36 7 31 1F
Octal 166 61 50 0 72 102 66 7 61 37
Binary 1110110 110001 101000 0 111010 1000010 110110 111 110001 11111

Color Harmonies of #763128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763128

Black with #763128

Text Example


Text Example

White with #763128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763128; }

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

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

background-color css

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

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

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

border-color css

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

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

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