Html Css Color HEX #742823 Auburn

📋 copy color: '#742823'

red 116 ◦ green 40 ◦ blue 35

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

Shades of Auburn #742823

Tints of Auburn #742823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 60.73%
G = 20.94%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#742823 (or 0x742823) is known color: Auburn. HEX triplet: 74, 28 and 23. RGB value is (116,40,35). Sum of RGB (Red+Green+Blue) = 116+40+35=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #742823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742823 is #8BD7DC. Grayscale: #3E3E3E. Windows color (decimal): -9164765 or 2304116. OLE color: 2304116.

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

Color convert

RGB 116 40 35 -
CMYK 0 0.66 0.70 0.55
HSL 3.7º 0.54% 0.3% -
HSV(B) 3.7º 0.7% 0.45% -
XYZ 8.26 5.35 2.19 -
YUV 62.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 116 40 35 0 0.66 0.70 0.55 3.7 0.54 0.3
Hex 74 28 23 0 42 46 37 4 36 1E
Octal 164 50 43 0 102 106 67 4 66 36
Binary 1110100 101000 100011 0 1000010 1000110 110111 100 110110 11110

Color Harmonies of #742823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742823

Black with #742823

Text Example


Text Example

White with #742823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742823; }

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

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

background-color css

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

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

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

border-color css

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

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

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