Html Css Color HEX #5B4016 Dark Brown

📋 copy color: '#5B4016'

red 91 ◦ green 64 ◦ blue 22

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

Shades of Dark Brown #5B4016

Tints of Dark Brown #5B4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 51.41%
G = 36.16%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#5B4016 (or 0x5B4016) is known color: Dark Brown. HEX triplet: 5B, 40 and 16. RGB value is (91,64,22). Sum of RGB (Red+Green+Blue) = 91+64+22=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4016 is #A4BFE9. Grayscale: #434343. Windows color (decimal): -10797034 or 1458267. OLE color: 1458267.

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

Color convert

RGB 91 64 22 -
CMYK 0 0.30 0.76 0.64
HSL 36.52º 0.61% 0.22% -
HSV(B) 36.52º 0.76% 0.36% -
XYZ 6.29 5.95 1.58 -
YUV 67.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 91 64 22 0 0.30 0.76 0.64 36.52 0.61 0.22
Hex 5B 40 16 0 1E 4C 40 25 3D 16
Octal 133 100 26 0 36 114 100 45 75 26
Binary 1011011 1000000 10110 0 11110 1001100 1000000 100101 111101 10110

Color Harmonies of #5B4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4016

Black with #5B4016

Text Example


Text Example

White with #5B4016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,64,22); }

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

background-color css

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

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

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

border-color css

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

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

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