Html Css Color HEX #5B3220 Brown Bramble

📋 copy color: '#5B3220'

red 91 ◦ green 50 ◦ blue 32

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

Shades of Brown Bramble #5B3220

Tints of Brown Bramble #5B3220

RGB

 RED value IS 91 (35.94% from 255) = 52.6%

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

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

R = 52.6%
G = 28.9%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5B3220 (or 0x5B3220) is known color: Brown Bramble. HEX triplet: 5B, 32 and 20. RGB value is (91,50,32). Sum of RGB (Red+Green+Blue) = 91+50+32=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3220 is #A4CDDF. Grayscale: #3C3C3C. Windows color (decimal): -10800608 or 2110043. OLE color: 2110043.

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

Color convert

RGB 91 50 32 -
CMYK 0 0.45 0.65 0.64
HSL 18.31º 0.48% 0.24% -
HSV(B) 18.31º 0.65% 0.36% -
XYZ 5.72 4.61 1.95 -
YUV 60.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 91 50 32 0 0.45 0.65 0.64 18.31 0.48 0.24
Hex 5B 32 20 0 2D 41 40 12 30 18
Octal 133 62 40 0 55 101 100 22 60 30
Binary 1011011 110010 100000 0 101101 1000001 1000000 10010 110000 11000

Color Harmonies of #5B3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3220

Black with #5B3220

Text Example


Text Example

White with #5B3220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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