Html Css Color HEX #763027 Auburn

📋 copy color: '#763027'

red 118 ◦ green 48 ◦ blue 39

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

Shades of Auburn #763027

Tints of Auburn #763027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 57.56%
G = 23.41%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#763027 (or 0x763027) is known color: Auburn. HEX triplet: 76, 30 and 27. RGB value is (118,48,39). Sum of RGB (Red+Green+Blue) = 118+48+39=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763027 is #89CFD8. Grayscale: #444444. Windows color (decimal): -9031641 or 2568310. OLE color: 2568310.

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

Color convert

RGB 118 48 39 -
CMYK 0 0.59 0.67 0.54
HSL 6.84º 0.5% 0.31% -
HSV(B) 6.84º 0.67% 0.46% -
XYZ 8.89 6.11 2.63 -
YUV 67.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 118 48 39 0 0.59 0.67 0.54 6.84 0.5 0.31
Hex 76 30 27 0 3B 43 36 7 32 1F
Octal 166 60 47 0 73 103 66 7 62 37
Binary 1110110 110000 100111 0 111011 1000011 110110 111 110010 11111

Color Harmonies of #763027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763027

Black with #763027

Text Example


Text Example

White with #763027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763027; }

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

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

background-color css

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

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

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

border-color css

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

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

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