Html Css Color HEX #5A3220 Brown Bramble

📋 copy color: '#5A3220'

red 90 ◦ green 50 ◦ blue 32

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

Shades of Brown Bramble #5A3220

Tints of Brown Bramble #5A3220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 52.33%
G = 29.07%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A3220 (or 0x5A3220) is known color: Brown Bramble. HEX triplet: 5A, 32 and 20. RGB value is (90,50,32). Sum of RGB (Red+Green+Blue) = 90+50+32=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3220 is #A5CDDF. Grayscale: #3C3C3C. Windows color (decimal): -10866144 or 2110042. OLE color: 2110042.

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

Color convert

RGB 90 50 32 -
CMYK 0 0.44 0.64 0.65
HSL 18.62º 0.48% 0.24% -
HSV(B) 18.62º 0.64% 0.35% -
XYZ 5.62 4.56 1.95 -
YUV 59.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 90 50 32 0 0.44 0.64 0.65 18.62 0.48 0.24
Hex 5A 32 20 0 2C 40 41 13 30 18
Octal 132 62 40 0 54 100 101 23 60 30
Binary 1011010 110010 100000 0 101100 1000000 1000001 10011 110000 11000

Color Harmonies of #5A3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3220

Black with #5A3220

Text Example


Text Example

White with #5A3220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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