#413B3E

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

Shades of Barossa #413B3E

Tints of Barossa #413B3E

Color information

#413B3E (or 0x413B3E) is unknown color: approx Barossa. HEX triplet: 41, 3B and 3E. RGB value is (65,59,62). Sum of RGB (Red+Green+Blue) = 65+59+62=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 65 - color contains mainly: red. Hex color #413B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B3E is #BEC4C1. Grayscale: #3D3D3D. Windows color (decimal): -12502210 or 4078401. OLE color: 4078401.

HSL color Cylindrical-coordinate representation of color #413B3E: hue angle of 330º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #413B3E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB655962-
CMYK00.090.050.75
HSL330º4.84%24.31%-
HSV(B)330º9.23%25.49%-
XYZ4.614.65.2-
YUV61.14128.49130.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=34.95%
G=31.72%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65596200.090.050.753304.8424.31
Hex413B3E0954B14a518
Octal10173760115113512530
Binary100000111101111111001001101100101110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413B3E; }

 p { color: rgb(65,59,62); }

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

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

 a { background-color: rgb(65,59,62); }

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

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

 span { border-color: rgb(65,59,62); }

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