#413036

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

Shades of Barossa #413036

Tints of Barossa #413036

Color information

#413036 (or 0x413036) is unknown color: approx Barossa. HEX triplet: 41, 30 and 36. RGB value is (65,48,54). Sum of RGB (Red+Green+Blue) = 65+48+54=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413036 is #BECFC9. Grayscale: #353535. Windows color (decimal): -12505034 or 3551297. OLE color: 3551297.

HSL color Cylindrical-coordinate representation of color #413036: hue angle of 338.82º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413036 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB654854-
CMYK00.260.170.75
HSL338.82º15.04%22.16%-
HSV(B)338.82º26.15%25.49%-
XYZ3.93.53.96-
YUV53.77128.13136.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=38.92%
G=28.74%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65485400.260.170.75338.8215.0422.16
Hex41303601A114B153f16
Octal1016066032211135231726
Binary1000001110000110110011010100011001011101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413036; }

 p { color: rgb(65,48,54); }

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

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

 a { background-color: rgb(65,48,54); }

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

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

 span { border-color: rgb(65,48,54); }

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