Html Css Color HEX #742C27 Auburn

📋 copy color: '#742C27'

red 116 ◦ green 44 ◦ blue 39

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

Shades of Auburn #742C27

Tints of Auburn #742C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

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

R = 58.29%
G = 22.11%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742C27 (or 0x742C27) is known color: Auburn. HEX triplet: 74, 2C and 27. RGB value is (116,44,39). Sum of RGB (Red+Green+Blue) = 116+44+39=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #742C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C27 is #8BD3D8. Grayscale: #414141. Windows color (decimal): -9163737 or 2567284. OLE color: 2567284.

HSL color Cylindrical-coordinate representation of color #742C27: hue angle of 3.9º 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 #742C27 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 39 -
CMYK 0 0.62 0.66 0.55
HSL 3.9º 0.5% 0.3% -
HSV(B) 3.9º 0.66% 0.45% -
XYZ 8.47 5.66 2.57 -
YUV 64.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 116 44 39 0 0.62 0.66 0.55 3.9 0.5 0.3
Hex 74 2C 27 0 3E 42 37 4 32 1E
Octal 164 54 47 0 76 102 67 4 62 36
Binary 1110100 101100 100111 0 111110 1000010 110111 100 110010 11110

Color Harmonies of #742C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C27

Black with #742C27

Text Example


Text Example

White with #742C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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