Html Css Color HEX #5B473B Brown Derby

📋 copy color: '#5B473B'

red 91 ◦ green 71 ◦ blue 59

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

Shades of Brown Derby #5B473B

Tints of Brown Derby #5B473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 59 (23.44% from 255) = 26.7%

R = 41.18%
G = 32.13%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5B473B (or 0x5B473B) is known color: Brown Derby. HEX triplet: 5B, 47 and 3B. RGB value is (91,71,59). Sum of RGB (Red+Green+Blue) = 91+71+59=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B473B is #A4B8C4. Grayscale: #4B4B4B. Windows color (decimal): -10795205 or 3884891. OLE color: 3884891.

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

Color convert

RGB 91 71 59 -
CMYK 0 0.22 0.35 0.64
HSL 22.5º 0.21% 0.29% -
HSV(B) 22.5º 0.35% 0.36% -
XYZ 7.36 7.05 5.11 -
YUV 75.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 91 71 59 0 0.22 0.35 0.64 22.5 0.21 0.29
Hex 5B 47 3B 0 16 23 40 16 15 1D
Octal 133 107 73 0 26 43 100 26 25 35
Binary 1011011 1000111 111011 0 10110 100011 1000000 10110 10101 11101

Color Harmonies of #5B473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B473B

Black with #5B473B

Text Example


Text Example

White with #5B473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,71,59); }

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

background-color css

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

 a { background-color: rgb(91,71,59); }

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

border-color css

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

 span { border-color: rgb(91,71,59); }

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