#5A3D2C

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

Shades of Bracken #5A3D2C

Tints of Bracken #5A3D2C

Color information

#5A3D2C (or 0x5A3D2C) is unknown color: approx Bracken. HEX triplet: 5A, 3D and 2C. RGB value is (90,61,44). Sum of RGB (Red+Green+Blue) = 90+61+44=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D2C is #A5C2D3. Grayscale: #434343. Windows color (decimal): -10863316 or 2899290. OLE color: 2899290.

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

Color convert

RGB906144-
CMYK00.320.510.65
HSL22.17º34.33%26.27%-
HSV(B)22.17º51.11%35.29%-
XYZ6.345.693.15-
YUV67.73114.61143.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=46.15%
G=31.28%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90614400.320.510.6522.1734.3326.27
Hex5A3D2C020334116221a
Octal132755404063101264232
Binary1011010111101101100010000011001110000011011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,61,44); }

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

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

 a { background-color: rgb(90,61,44); }

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

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

 span { border-color: rgb(90,61,44); }

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