#413338

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

Shades of Barossa #413338

Tints of Barossa #413338

Color information

#413338 (or 0x413338) is unknown color: approx Barossa. HEX triplet: 41, 33 and 38. RGB value is (65,51,56). Sum of RGB (Red+Green+Blue) = 65+51+56=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413338 is #BECCC7. Grayscale: #373737. Windows color (decimal): -12504264 or 3683137. OLE color: 3683137.

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

Color convert

RGB655156-
CMYK00.220.140.75
HSL338.57º12.07%22.75%-
HSV(B)338.57º21.54%25.49%-
XYZ4.083.784.26-
YUV55.76128.14134.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=37.79%
G=29.65%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65515600.220.140.75338.5712.0722.75
Hex413338016E4B153c17
Octal1016370026161135231427
Binary100000111001111100001011011101001011101010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413338; }

 p { color: rgb(65,51,56); }

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

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

 a { background-color: rgb(65,51,56); }

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

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

 span { border-color: rgb(65,51,56); }

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