Html Css Color HEX #742D29 Auburn

📋 copy color: '#742D29'

red 116 ◦ green 45 ◦ blue 41

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

Shades of Auburn #742D29

Tints of Auburn #742D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 57.43%
G = 22.28%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#742D29 (or 0x742D29) is known color: Auburn. HEX triplet: 74, 2D and 29. RGB value is (116,45,41). Sum of RGB (Red+Green+Blue) = 116+45+41=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D29 is #8BD2D6. Grayscale: #414141. Windows color (decimal): -9163479 or 2698612. OLE color: 2698612.

HSL color Cylindrical-coordinate representation of color #742D29: hue angle of 3.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742D29 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 41 -
CMYK 0 0.61 0.65 0.55
HSL 3.2º 0.48% 0.31% -
HSV(B) 3.2º 0.65% 0.45% -
XYZ 8.54 5.75 2.76 -
YUV 65.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 116 45 41 0 0.61 0.65 0.55 3.2 0.48 0.31
Hex 74 2D 29 0 3D 41 37 3 30 1F
Octal 164 55 51 0 75 101 67 3 60 37
Binary 1110100 101101 101001 0 111101 1000001 110111 11 110000 11111

Color Harmonies of #742D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D29

Black with #742D29

Text Example


Text Example

White with #742D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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