Html Css Color HEX #5A3320 Brown Bramble

📋 copy color: '#5A3320'

red 90 ◦ green 51 ◦ blue 32

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

Shades of Brown Bramble #5A3320

Tints of Brown Bramble #5A3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 52.02%
G = 29.48%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A3320 (or 0x5A3320) is known color: Brown Bramble. HEX triplet: 5A, 33 and 20. RGB value is (90,51,32). Sum of RGB (Red+Green+Blue) = 90+51+32=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3320 is #A5CCDF. Grayscale: #3C3C3C. Windows color (decimal): -10865888 or 2110298. OLE color: 2110298.

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

Color convert

RGB 90 51 32 -
CMYK 0 0.43 0.64 0.65
HSL 19.66º 0.48% 0.24% -
HSV(B) 19.66º 0.64% 0.35% -
XYZ 5.66 4.65 1.96 -
YUV 60.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 90 51 32 0 0.43 0.64 0.65 19.66 0.48 0.24
Hex 5A 33 20 0 2B 40 41 14 30 18
Octal 132 63 40 0 53 100 101 24 60 30
Binary 1011010 110011 100000 0 101011 1000000 1000001 10100 110000 11000

Color Harmonies of #5A3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3320

Black with #5A3320

Text Example


Text Example

White with #5A3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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