#74322A

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

Shades of Auburn #74322A

Tints of Auburn #74322A

Color information

#74322A (or 0x74322A) is unknown color: approx Auburn. HEX triplet: 74, 32 and 2A. RGB value is (116,50,42). Sum of RGB (Red+Green+Blue) = 116+50+42=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74322A is #8BCDD5. Grayscale: #444444. Windows color (decimal): -9162198 or 2765428. OLE color: 2765428.

HSL color Cylindrical-coordinate representation of color #74322A: hue angle of 6.49º 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 #74322A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1165042-
CMYK00.570.640.55
HSL6.49º46.84%30.98%-
HSV(B)6.49º63.79%45.49%-
XYZ8.766.162.92-
YUV68.82112.87161.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=55.77%
G=24.04%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116504200.570.640.556.4946.8430.98
Hex74322A039403762f1f
Octal16462520711006765737
Binary11101001100101010100111001100000011011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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