#74302C

Color #74302C Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #74302C

Tints of Auburn #74302C

Color information

#74302C (or 0x74302C) is unknown color: approx Auburn. HEX triplet: 74, 30 and 2C. RGB value is (116,48,44). Sum of RGB (Red+Green+Blue) = 116+48+44=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74302C is #8BCFD3. Grayscale: #434343. Windows color (decimal): -9162708 or 2895988. OLE color: 2895988.

HSL color Cylindrical-coordinate representation of color #74302C: hue angle of 3.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74302C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1164844-
CMYK00.590.620.55
HSL3.33º45%31.37%-
HSV(B)3.33º62.07%45.49%-
XYZ8.716.013.08-
YUV67.88114.53162.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=55.77%
G=23.08%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116484400.590.620.553.334531.37
Hex74302C03B3E3732d1f
Octal1646054073766735537
Binary111010011000010110001110111111101101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74302C; }

 p { color: rgb(116,48,44); }

 H1.HeaderClassName
 {
   color: #74302C;
 }
 .AnyTagClassName
 {
   color: #74302C;
 }
</style>
background-color css

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

 a { background-color: rgb(116,48,44); }

 div.DivClassName
 {
   background-color: #74302C;
 }
 .BgClassName
 {
   background-color: #74302C;
 }
</style>
border-color css

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

 span { border-color: rgb(116,48,44); }

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