#5B3C2A

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

Shades of Bracken #5B3C2A

Tints of Bracken #5B3C2A

Color information

#5B3C2A (or 0x5B3C2A) is unknown color: approx Bracken. HEX triplet: 5B, 3C and 2A. RGB value is (91,60,42). Sum of RGB (Red+Green+Blue) = 91+60+42=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C2A is #A4C3D5. Grayscale: #434343. Windows color (decimal): -10798038 or 2767963. OLE color: 2767963.

HSL color Cylindrical-coordinate representation of color #5B3C2A: hue angle of 22.04º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B3C2A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB916042-
CMYK00.340.540.64
HSL22.04º36.84%26.08%-
HSV(B)22.04º53.85%35.69%-
XYZ6.355.622.94-
YUV67.22113.77144.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.15%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=47.15%
G=31.09%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91604200.340.540.6422.0436.8426.08
Hex5B3C2A022364016251a
Octal133745204266100264532
Binary1011011111100101010010001011011010000001011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,42); }

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

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

 a { background-color: rgb(91,60,42); }

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

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

 span { border-color: rgb(91,60,42); }

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