Html Css Color HEX #742923 Auburn

📋 copy color: '#742923'

red 116 ◦ green 41 ◦ blue 35

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

Shades of Auburn #742923

Tints of Auburn #742923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 35 (14.06% from 255) = 18.23%

R = 60.42%
G = 21.35%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#742923 (or 0x742923) is known color: Auburn. HEX triplet: 74, 29 and 23. RGB value is (116,41,35). Sum of RGB (Red+Green+Blue) = 116+41+35=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #742923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742923 is #8BD6DC. Grayscale: #3E3E3E. Windows color (decimal): -9164509 or 2304372. OLE color: 2304372.

HSL color Cylindrical-coordinate representation of color #742923: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742923 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 35 -
CMYK 0 0.65 0.70 0.55
HSL 4.44º 0.54% 0.3% -
HSV(B) 4.44º 0.7% 0.45% -
XYZ 8.3 5.42 2.2 -
YUV 62.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 116 41 35 0 0.65 0.70 0.55 4.44 0.54 0.3
Hex 74 29 23 0 41 46 37 4 36 1E
Octal 164 51 43 0 101 106 67 4 66 36
Binary 1110100 101001 100011 0 1000001 1000110 110111 100 110110 11110

Color Harmonies of #742923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742923

Black with #742923

Text Example


Text Example

White with #742923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742923; }

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

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

background-color css

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

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

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

border-color css

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

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

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