Html Css Color HEX #5A3221 Brown Bramble

📋 copy color: '#5A3221'

red 90 ◦ green 50 ◦ blue 33

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

Shades of Brown Bramble #5A3221

Tints of Brown Bramble #5A3221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 52.02%
G = 28.9%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A3221 (or 0x5A3221) is known color: Brown Bramble. HEX triplet: 5A, 32 and 21. RGB value is (90,50,33). Sum of RGB (Red+Green+Blue) = 90+50+33=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3221 is #A5CDDE. Grayscale: #3C3C3C. Windows color (decimal): -10866143 or 2175578. OLE color: 2175578.

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

Color convert

RGB 90 50 33 -
CMYK 0 0.44 0.63 0.65
HSL 17.89º 0.46% 0.24% -
HSV(B) 17.89º 0.63% 0.35% -
XYZ 5.63 4.56 2.02 -
YUV 60.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 90 50 33 0 0.44 0.63 0.65 17.89 0.46 0.24
Hex 5A 32 21 0 2C 3F 41 12 2E 18
Octal 132 62 41 0 54 77 101 22 56 30
Binary 1011010 110010 100001 0 101100 111111 1000001 10010 101110 11000

Color Harmonies of #5A3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3221

Black with #5A3221

Text Example


Text Example

White with #5A3221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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