#3E2E37

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

Shades of Barossa #3E2E37

Tints of Barossa #3E2E37

Color information

#3E2E37 (or 0x3E2E37) is unknown color: approx Barossa. HEX triplet: 3E, 2E and 37. RGB value is (62,46,55). Sum of RGB (Red+Green+Blue) = 62+46+55=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E37 is #C1D1C8. Grayscale: #333333. Windows color (decimal): -12702153 or 3616318. OLE color: 3616318.

HSL color Cylindrical-coordinate representation of color #3E2E37: hue angle of 326.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E2E37 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB624655-
CMYK00.260.110.76
HSL326.25º14.81%21.18%-
HSV(B)326.25º25.81%24.31%-
XYZ3.653.254.05-
YUV51.81129.8135.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 55 (21.88% from 255) = 33.74%
R=38.04%
G=28.22%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62465500.260.110.76326.2514.8121.18
Hex3E2E3701AB4C146f15
Octal765667032131145061725
Binary11111010111011011101101010111001100101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2E37; }

 p { color: rgb(62,46,55); }

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

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

 a { background-color: rgb(62,46,55); }

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

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

 span { border-color: rgb(62,46,55); }

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