#74302A

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

Shades of Auburn #74302A

Tints of Auburn #74302A

Color information

#74302A (or 0x74302A) is unknown color: approx Auburn. HEX triplet: 74, 30 and 2A. RGB value is (116,48,42). Sum of RGB (Red+Green+Blue) = 116+48+42=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #74302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74302A is #8BCFD5. Grayscale: #434343. Windows color (decimal): -9162710 or 2764916. OLE color: 2764916.

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

Color convert

RGB1164842-
CMYK00.590.640.55
HSL4.86º46.84%30.98%-
HSV(B)4.86º63.79%45.49%-
XYZ8.685.992.89-
YUV67.65113.53162.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=56.31%
G=23.30%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116484200.590.640.554.8646.8430.98
Hex74302A03B403752f1f
Octal16460520731006755737
Binary11101001100001010100111011100000011011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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