Html Css Color HEX #742B28 Auburn

📋 copy color: '#742B28'

red 116 ◦ green 43 ◦ blue 40

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

Shades of Auburn #742B28

Tints of Auburn #742B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.61%

 BLUE value IS 40 (16.02% from 255) = 20.1%

R = 58.29%
G = 21.61%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742B28 (or 0x742B28) is known color: Auburn. HEX triplet: 74, 2B and 28. RGB value is (116,43,40). Sum of RGB (Red+Green+Blue) = 116+43+40=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #742B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B28 is #8BD4D7. Grayscale: #404040. Windows color (decimal): -9163992 or 2632564. OLE color: 2632564.

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

Color convert

RGB 116 43 40 -
CMYK 0 0.63 0.66 0.55
HSL 2.37º 0.49% 0.31% -
HSV(B) 2.37º 0.66% 0.45% -
XYZ 8.45 5.59 2.64 -
YUV 64.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 116 43 40 0 0.63 0.66 0.55 2.37 0.49 0.31
Hex 74 2B 28 0 3F 42 37 2 31 1F
Octal 164 53 50 0 77 102 67 2 61 37
Binary 1110100 101011 101000 0 111111 1000010 110111 10 110001 11111

Color Harmonies of #742B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B28

Black with #742B28

Text Example


Text Example

White with #742B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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