#743028

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

Shades of Auburn #743028

Tints of Auburn #743028

Color information

#743028 (or 0x743028) is unknown color: approx Auburn. HEX triplet: 74, 30 and 28. RGB value is (116,48,40). Sum of RGB (Red+Green+Blue) = 116+48+40=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743028 is #8BCFD7. Grayscale: #434343. Windows color (decimal): -9162712 or 2633844. OLE color: 2633844.

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

Color convert

RGB1164840-
CMYK00.590.660.55
HSL6.32º48.72%30.59%-
HSV(B)6.32º65.52%45.49%-
XYZ8.645.982.71-
YUV67.42112.53162.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=56.86%
G=23.53%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116484000.590.660.556.3248.7230.59
Hex74302803B42376311f
Octal16460500731026766137
Binary11101001100001010000111011100001011011111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743028; }

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

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

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

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

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

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

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

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