#5A3F2E

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

Shades of Bracken #5A3F2E

Tints of Bracken #5A3F2E

Color information

#5A3F2E (or 0x5A3F2E) is unknown color: approx Bracken. HEX triplet: 5A, 3F and 2E. RGB value is (90,63,46). Sum of RGB (Red+Green+Blue) = 90+63+46=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F2E is #A5C0D1. Grayscale: #454545. Windows color (decimal): -10862802 or 3030874. OLE color: 3030874.

HSL color Cylindrical-coordinate representation of color #5A3F2E: hue angle of 23.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A3F2E is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB906346-
CMYK00.300.490.65
HSL23.18º32.35%26.67%-
HSV(B)23.18º48.89%35.29%-
XYZ6.495.933.39-
YUV69.13114.95142.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=45.23%
G=31.66%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90634600.300.490.6523.1832.3526.67
Hex5A3F2E01E314117201b
Octal132775603661101274033
Binary101101011111110111001111011000110000011011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,63,46); }

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

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

 a { background-color: rgb(90,63,46); }

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

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

 span { border-color: rgb(90,63,46); }

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