Html Css Color HEX #5A3F20 Bracken

📋 copy color: '#5A3F20'

red 90 ◦ green 63 ◦ blue 32

#5A3F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bracken #5A3F20

Tints of Bracken #5A3F20

RGB

 RED value IS 90 (35.55% from 255) = 48.65%

 GREEN value IS 63 (25% from 255) = 34.05%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 48.65%
G = 34.05%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A3F20 (or 0x5A3F20) is known color: Bracken. HEX triplet: 5A, 3F and 20. RGB value is (90,63,32). Sum of RGB (Red+Green+Blue) = 90+63+32=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F20 is #A5C0DF. Grayscale: #434343. Windows color (decimal): -10862816 or 2113370. OLE color: 2113370.

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

Color convert

RGB 90 63 32 -
CMYK 0 0.30 0.64 0.65
HSL 32.07º 0.48% 0.24% -
HSV(B) 32.07º 0.64% 0.35% -
XYZ 6.25 5.83 2.16 -
YUV 67.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 90 63 32 0 0.30 0.64 0.65 32.07 0.48 0.24
Hex 5A 3F 20 0 1E 40 41 20 30 18
Octal 132 77 40 0 36 100 101 40 60 30
Binary 1011010 111111 100000 0 11110 1000000 1000001 100000 110000 11000

Color Harmonies of #5A3F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F20

Black with #5A3F20

Text Example


Text Example

White with #5A3F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A3F20;
 }
 .AnyTagClassName
 {
   color: #5A3F20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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