Html Css Color HEX #5B401F Dark Brown

📋 copy color: '#5B401F'

red 91 ◦ green 64 ◦ blue 31

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

Shades of Dark Brown #5B401F

Tints of Dark Brown #5B401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 48.92%
G = 34.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5B401F (or 0x5B401F) is known color: Dark Brown. HEX triplet: 5B, 40 and 1F. RGB value is (91,64,31). Sum of RGB (Red+Green+Blue) = 91+64+31=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B401F is #A4BFE0. Grayscale: #444444. Windows color (decimal): -10797025 or 2048091. OLE color: 2048091.

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

Color convert

RGB 91 64 31 -
CMYK 0 0.30 0.66 0.64
HSL 33º 0.49% 0.24% -
HSV(B) 33º 0.66% 0.36% -
XYZ 6.4 5.99 2.12 -
YUV 68.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 91 64 31 0 0.30 0.66 0.64 33 0.49 0.24
Hex 5B 40 1F 0 1E 42 40 21 31 18
Octal 133 100 37 0 36 102 100 41 61 30
Binary 1011011 1000000 11111 0 11110 1000010 1000000 100001 110001 11000

Color Harmonies of #5B401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B401F

Black with #5B401F

Text Example


Text Example

White with #5B401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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