Html Css Color HEX #763530 Auburn

📋 copy color: '#763530'

red 118 ◦ green 53 ◦ blue 48

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

Shades of Auburn #763530

Tints of Auburn #763530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 53.88%
G = 24.2%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#763530 (or 0x763530) is known color: Auburn. HEX triplet: 76, 35 and 30. RGB value is (118,53,48). Sum of RGB (Red+Green+Blue) = 118+53+48=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #763530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763530 is #89CACF. Grayscale: #474747. Windows color (decimal): -9030352 or 3159414. OLE color: 3159414.

HSL color Cylindrical-coordinate representation of color #763530: hue angle of 4.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763530 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 48 -
CMYK 0 0.55 0.59 0.54
HSL 4.29º 0.42% 0.33% -
HSV(B) 4.29º 0.59% 0.46% -
XYZ 9.28 6.61 3.58 -
YUV 71.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 118 53 48 0 0.55 0.59 0.54 4.29 0.42 0.33
Hex 76 35 30 0 37 3B 36 4 2A 21
Octal 166 65 60 0 67 73 66 4 52 41
Binary 1110110 110101 110000 0 110111 111011 110110 100 101010 100001

Color Harmonies of #763530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763530

Black with #763530

Text Example


Text Example

White with #763530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763530; }

 p { color: rgb(118,53,48); }

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

background-color css

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

 a { background-color: rgb(118,53,48); }

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

border-color css

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

 span { border-color: rgb(118,53,48); }

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