#413A3E

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

Shades of Barossa #413A3E

Tints of Barossa #413A3E

Color information

#413A3E (or 0x413A3E) is unknown color: approx Barossa. HEX triplet: 41, 3A and 3E. RGB value is (65,58,62). Sum of RGB (Red+Green+Blue) = 65+58+62=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 65 - color contains mainly: red. Hex color #413A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A3E is #BEC5C1. Grayscale: #3C3C3C. Windows color (decimal): -12502466 or 4078145. OLE color: 4078145.

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

Color convert

RGB655862-
CMYK00.110.050.75
HSL325.71º5.69%24.12%-
HSV(B)325.71º10.77%25.49%-
XYZ4.564.55.19-
YUV60.55128.82131.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=35.14%
G=31.35%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65586200.110.050.75325.715.6924.12
Hex413A3E0B54B146618
Octal10172760135113506630
Binary100000111101011111001011101100101110100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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