#413237

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

Shades of Barossa #413237

Tints of Barossa #413237

Color information

#413237 (or 0x413237) is unknown color: approx Barossa. HEX triplet: 41, 32 and 37. RGB value is (65,50,55). Sum of RGB (Red+Green+Blue) = 65+50+55=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413237 is #BECDC8. Grayscale: #373737. Windows color (decimal): -12504521 or 3617345. OLE color: 3617345.

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

Color convert

RGB655055-
CMYK00.230.150.75
HSL340º13.04%22.55%-
HSV(B)340º23.08%25.49%-
XYZ4.013.684.11-
YUV55.06127.97135.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=38.24%
G=29.41%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505500.230.150.7534013.0422.55
Hex413237017F4B154d17
Octal1016267027171135241527
Binary100000111001011011101011111111001011101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413237; }

 p { color: rgb(65,50,55); }

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

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

 a { background-color: rgb(65,50,55); }

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

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

 span { border-color: rgb(65,50,55); }

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