Html Css Color HEX #743027 Auburn

📋 copy color: '#743027'

red 116 ◦ green 48 ◦ blue 39

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

Shades of Auburn #743027

Tints of Auburn #743027

RGB

 RED value IS 116 (45.7% from 255) = 57.14%

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

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

R = 57.14%
G = 23.65%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743027 (or 0x743027) is known color: Auburn. HEX triplet: 74, 30 and 27. RGB value is (116,48,39). Sum of RGB (Red+Green+Blue) = 116+48+39=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743027 is #8BCFD8. Grayscale: #434343. Windows color (decimal): -9162713 or 2568308. OLE color: 2568308.

HSL color Cylindrical-coordinate representation of color #743027: hue angle of 7.01º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743027 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 39 -
CMYK 0 0.59 0.66 0.55
HSL 7.01º 0.5% 0.3% -
HSV(B) 7.01º 0.66% 0.45% -
XYZ 8.63 5.97 2.62 -
YUV 67.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 116 48 39 0 0.59 0.66 0.55 7.01 0.5 0.3
Hex 74 30 27 0 3B 42 37 7 32 1E
Octal 164 60 47 0 73 102 67 7 62 36
Binary 1110100 110000 100111 0 111011 1000010 110111 111 110010 11110

Color Harmonies of #743027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743027

Black with #743027

Text Example


Text Example

White with #743027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743027; }

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

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

background-color css

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

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

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

border-color css

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

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

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