Html Css Color HEX #5B4646 Woody Brown

📋 copy color: '#5B4646'

red 91 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #5B4646

Tints of Woody Brown #5B4646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

 BLUE value IS 70 (27.73% from 255) = 30.3%

R = 39.39%
G = 30.3%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B4646 (or 0x5B4646) is known color: Woody Brown. HEX triplet: 5B, 46 and 46. RGB value is (91,70,70). Sum of RGB (Red+Green+Blue) = 91+70+70=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4646 is #A4B9B9. Grayscale: #4C4C4C. Windows color (decimal): -10795450 or 4605531. OLE color: 4605531.

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

Color convert

RGB 91 70 70 -
CMYK 0 0.23 0.23 0.64
HSL 0.13% 0.32% -
HSV(B) 0.23% 0.36% -
XYZ 7.61 7.05 6.75 -
YUV 76.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 91 70 70 0 0.23 0.23 0.64 0 0.13 0.32
Hex 5B 46 46 0 17 17 40 0 D 20
Octal 133 106 106 0 27 27 100 0 15 40
Binary 1011011 1000110 1000110 0 10111 10111 1000000 0 1101 100000

Color Harmonies of #5B4646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4646

Black with #5B4646

Text Example


Text Example

White with #5B4646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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