Html Css Color HEX #742B26 Auburn

📋 copy color: '#742B26'

red 116 ◦ green 43 ◦ blue 38

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

Shades of Auburn #742B26

Tints of Auburn #742B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 58.88%
G = 21.83%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#742B26 (or 0x742B26) is known color: Auburn. HEX triplet: 74, 2B and 26. RGB value is (116,43,38). Sum of RGB (Red+Green+Blue) = 116+43+38=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B26 is #8BD4D9. Grayscale: #404040. Windows color (decimal): -9163994 or 2501492. OLE color: 2501492.

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

Color convert

RGB 116 43 38 -
CMYK 0 0.63 0.67 0.55
HSL 3.85º 0.51% 0.3% -
HSV(B) 3.85º 0.67% 0.45% -
XYZ 8.42 5.58 2.47 -
YUV 64.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 116 43 38 0 0.63 0.67 0.55 3.85 0.51 0.3
Hex 74 2B 26 0 3F 43 37 4 33 1E
Octal 164 53 46 0 77 103 67 4 63 36
Binary 1110100 101011 100110 0 111111 1000011 110111 100 110011 11110

Color Harmonies of #742B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B26

Black with #742B26

Text Example


Text Example

White with #742B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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