#5E3D2A

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

Shades of Bracken #5E3D2A

Tints of Bracken #5E3D2A

Color information

#5E3D2A (or 0x5E3D2A) is unknown color: approx Bracken. HEX triplet: 5E, 3D and 2A. RGB value is (94,61,42). Sum of RGB (Red+Green+Blue) = 94+61+42=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3D2A is #A1C2D5. Grayscale: #444444. Windows color (decimal): -10601174 or 2768222. OLE color: 2768222.

HSL color Cylindrical-coordinate representation of color #5E3D2A: hue angle of 21.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E3D2A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB946142-
CMYK00.350.550.63
HSL21.92º38.24%26.67%-
HSV(B)21.92º55.32%36.86%-
XYZ6.75.882.97-
YUV68.7112.93146.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.72%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=47.72%
G=30.96%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94614200.350.550.6321.9238.2426.67
Hex5E3D2A023373F16261b
Octal13675520436777264633
Binary101111011110110101001000111101111111111011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3D2A; }

 p { color: rgb(94,61,42); }

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

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

 a { background-color: rgb(94,61,42); }

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

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

 span { border-color: rgb(94,61,42); }

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