Html Css Color HEX #742820 Auburn

📋 copy color: '#742820'

red 116 ◦ green 40 ◦ blue 32

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

Shades of Auburn #742820

Tints of Auburn #742820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 61.7%
G = 21.28%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#742820 (or 0x742820) is known color: Auburn. HEX triplet: 74, 28 and 20. RGB value is (116,40,32). Sum of RGB (Red+Green+Blue) = 116+40+32=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742820 is #8BD7DF. Grayscale: #3D3D3D. Windows color (decimal): -9164768 or 2107508. OLE color: 2107508.

HSL color Cylindrical-coordinate representation of color #742820: hue angle of 5.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742820 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 32 -
CMYK 0 0.66 0.72 0.55
HSL 5.71º 0.57% 0.29% -
HSV(B) 5.71º 0.72% 0.45% -
XYZ 8.22 5.33 1.96 -
YUV 61.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 116 40 32 0 0.66 0.72 0.55 5.71 0.57 0.29
Hex 74 28 20 0 42 48 37 6 39 1D
Octal 164 50 40 0 102 110 67 6 71 35
Binary 1110100 101000 100000 0 1000010 1001000 110111 110 111001 11101

Color Harmonies of #742820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742820

Black with #742820

Text Example


Text Example

White with #742820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742820; }

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

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

background-color css

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

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

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

border-color css

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

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

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