Html Css Color HEX #742D27 Auburn

📋 copy color: '#742D27'

red 116 ◦ green 45 ◦ blue 39

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

Shades of Auburn #742D27

Tints of Auburn #742D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.5%

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

R = 58%
G = 22.5%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742D27 (or 0x742D27) is known color: Auburn. HEX triplet: 74, 2D and 27. RGB value is (116,45,39). Sum of RGB (Red+Green+Blue) = 116+45+39=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #742D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D27 is #8BD2D8. Grayscale: #414141. Windows color (decimal): -9163481 or 2567540. OLE color: 2567540.

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

Color convert

RGB 116 45 39 -
CMYK 0 0.61 0.66 0.55
HSL 4.68º 0.5% 0.3% -
HSV(B) 4.68º 0.66% 0.45% -
XYZ 8.51 5.74 2.58 -
YUV 65.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 116 45 39 0 0.61 0.66 0.55 4.68 0.5 0.3
Hex 74 2D 27 0 3D 42 37 5 32 1E
Octal 164 55 47 0 75 102 67 5 62 36
Binary 1110100 101101 100111 0 111101 1000010 110111 101 110010 11110

Color Harmonies of #742D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D27

Black with #742D27

Text Example


Text Example

White with #742D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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