Html Css Color HEX #5B3F11 Dark Brown

📋 copy color: '#5B3F11'

red 91 ◦ green 63 ◦ blue 17

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

Shades of Dark Brown #5B3F11

Tints of Dark Brown #5B3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 36.84%

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 53.22%
G = 36.84%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5B3F11 (or 0x5B3F11) is known color: Dark Brown. HEX triplet: 5B, 3F and 11. RGB value is (91,63,17). Sum of RGB (Red+Green+Blue) = 91+63+17=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3F11 is #A4C0EE. Grayscale: #424242. Windows color (decimal): -10797295 or 1130331. OLE color: 1130331.

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

Color convert

RGB 91 63 17 -
CMYK 0 0.31 0.81 0.64
HSL 37.3º 0.69% 0.21% -
HSV(B) 37.3º 0.81% 0.36% -
XYZ 6.19 5.82 1.33 -
YUV 66.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 91 63 17 0 0.31 0.81 0.64 37.3 0.69 0.21
Hex 5B 3F 11 0 1F 51 40 25 45 15
Octal 133 77 21 0 37 121 100 45 105 25
Binary 1011011 111111 10001 0 11111 1010001 1000000 100101 1000101 10101

Color Harmonies of #5B3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3F11

Black with #5B3F11

Text Example


Text Example

White with #5B3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,63,17); }

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

background-color css

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

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

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

border-color css

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

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

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