#5A3E21

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

Shades of Bracken #5A3E21

Tints of Bracken #5A3E21

Color information

#5A3E21 (or 0x5A3E21) is unknown color: approx Bracken. HEX triplet: 5A, 3E and 21. RGB value is (90,62,33). Sum of RGB (Red+Green+Blue) = 90+62+33=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E21 is #A5C1DE. Grayscale: #434343. Windows color (decimal): -10863071 or 2178650. OLE color: 2178650.

HSL color Cylindrical-coordinate representation of color #5A3E21: hue angle of 30.53º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3E21 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB906233-
CMYK00.310.630.65
HSL30.53º46.34%24.12%-
HSV(B)30.53º63.33%35.29%-
XYZ6.215.732.22-
YUV67.07108.78144.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.65%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=48.65%
G=33.51%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90623300.310.630.6530.5346.3424.12
Hex5A3E2101F3F411f2e18
Octal132764103777101375630
Binary101101011111010000101111111111110000011111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,33); }

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

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

 a { background-color: rgb(90,62,33); }

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

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

 span { border-color: rgb(90,62,33); }

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