Html Css Color HEX #5B3E1C Dark Brown

📋 copy color: '#5B3E1C'

red 91 ◦ green 62 ◦ blue 28

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

Shades of Dark Brown #5B3E1C

Tints of Dark Brown #5B3E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 50.28%
G = 34.25%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5B3E1C (or 0x5B3E1C) is known color: Dark Brown. HEX triplet: 5B, 3E and 1C. RGB value is (91,62,28). Sum of RGB (Red+Green+Blue) = 91+62+28=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E1C is #A4C1E3. Grayscale: #424242. Windows color (decimal): -10797540 or 1850971. OLE color: 1850971.

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

Color convert

RGB 91 62 28 -
CMYK 0 0.32 0.69 0.64
HSL 32.38º 0.53% 0.23% -
HSV(B) 32.38º 0.69% 0.36% -
XYZ 6.25 5.75 1.88 -
YUV 66.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 91 62 28 0 0.32 0.69 0.64 32.38 0.53 0.23
Hex 5B 3E 1C 0 20 45 40 20 35 17
Octal 133 76 34 0 40 105 100 40 65 27
Binary 1011011 111110 11100 0 100000 1000101 1000000 100000 110101 10111

Color Harmonies of #5B3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3E1C

Black with #5B3E1C

Text Example


Text Example

White with #5B3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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