Html Css Color HEX #5A3120 Brown Bramble

📋 copy color: '#5A3120'

red 90 ◦ green 49 ◦ blue 32

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

Shades of Brown Bramble #5A3120

Tints of Brown Bramble #5A3120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

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

R = 52.63%
G = 28.65%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A3120 (or 0x5A3120) is known color: Brown Bramble. HEX triplet: 5A, 31 and 20. RGB value is (90,49,32). Sum of RGB (Red+Green+Blue) = 90+49+32=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3120 is #A5CEDF. Grayscale: #3B3B3B. Windows color (decimal): -10866400 or 2109786. OLE color: 2109786.

HSL color Cylindrical-coordinate representation of color #5A3120: hue angle of 17.59º 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 #5A3120 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 49 32 -
CMYK 0 0.46 0.64 0.65
HSL 17.59º 0.48% 0.24% -
HSV(B) 17.59º 0.64% 0.35% -
XYZ 5.58 4.47 1.94 -
YUV 59.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 90 49 32 0 0.46 0.64 0.65 17.59 0.48 0.24
Hex 5A 31 20 0 2E 40 41 12 30 18
Octal 132 61 40 0 56 100 101 22 60 30
Binary 1011010 110001 100000 0 101110 1000000 1000001 10010 110000 11000

Color Harmonies of #5A3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3120

Black with #5A3120

Text Example


Text Example

White with #5A3120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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