#742823

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

Shades of Auburn #742823

Tints of Auburn #742823

Color information

#742823 (or 0x742823) is unknown color: approx Auburn. HEX triplet: 74, 28 and 23. RGB value is (116,40,35). Sum of RGB (Red+Green+Blue) = 116+40+35=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #742823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742823 is #8BD7DC. Grayscale: #3E3E3E. Windows color (decimal): -9164765 or 2304116. OLE color: 2304116.

HSL color Cylindrical-coordinate representation of color #742823: hue angle of 3.7º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742823 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1164035-
CMYK00.660.700.55
HSL3.7º53.64%29.61%-
HSV(B)3.7º69.83%45.49%-
XYZ8.265.352.19-
YUV62.15112.68166.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.73%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=60.73%
G=20.94%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116403500.660.700.553.753.6429.61
Hex74282304246374361e
Octal164504301021066746636
Binary111010010100010001101000010100011011011110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742823; }

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

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

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

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

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

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

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

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