Html Css Color HEX #5B3E32 Very Dark Brown

📋 copy color: '#5B3E32'

red 91 ◦ green 62 ◦ blue 50

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

Shades of Very Dark Brown #5B3E32

Tints of Very Dark Brown #5B3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.54%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 44.83%
G = 30.54%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#5B3E32 (or 0x5B3E32) is known color: Very Dark Brown. HEX triplet: 5B, 3E and 32. RGB value is (91,62,50). Sum of RGB (Red+Green+Blue) = 91+62+50=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E32 is #A4C1CD. Grayscale: #454545. Windows color (decimal): -10797518 or 3292763. OLE color: 3292763.

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

Color convert

RGB 91 62 50 -
CMYK 0 0.32 0.45 0.64
HSL 17.56º 0.29% 0.28% -
HSV(B) 17.56º 0.45% 0.36% -
XYZ 6.61 5.9 3.81 -
YUV 69.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 91 62 50 0 0.32 0.45 0.64 17.56 0.29 0.28
Hex 5B 3E 32 0 20 2D 40 12 1D 1C
Octal 133 76 62 0 40 55 100 22 35 34
Binary 1011011 111110 110010 0 100000 101101 1000000 10010 11101 11100

Color Harmonies of #5B3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3E32

Black with #5B3E32

Text Example


Text Example

White with #5B3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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