Html Css Color HEX #5B4331 Brown Derby

📋 copy color: '#5B4331'

red 91 ◦ green 67 ◦ blue 49

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

Shades of Brown Derby #5B4331

Tints of Brown Derby #5B4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 43.96%
G = 32.37%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5B4331 (or 0x5B4331) is known color: Brown Derby. HEX triplet: 5B, 43 and 31. RGB value is (91,67,49). Sum of RGB (Red+Green+Blue) = 91+67+49=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4331 is #A4BCCE. Grayscale: #484848. Windows color (decimal): -10796239 or 3228507. OLE color: 3228507.

HSL color Cylindrical-coordinate representation of color #5B4331: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B4331 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 67 49 -
CMYK 0 0.26 0.46 0.64
HSL 25.71º 0.3% 0.27% -
HSV(B) 25.71º 0.46% 0.36% -
XYZ 6.88 6.46 3.79 -
YUV 72.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 91 67 49 0 0.26 0.46 0.64 25.71 0.3 0.27
Hex 5B 43 31 0 1A 2E 40 1A 1E 1B
Octal 133 103 61 0 32 56 100 32 36 33
Binary 1011011 1000011 110001 0 11010 101110 1000000 11010 11110 11011

Color Harmonies of #5B4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4331

Black with #5B4331

Text Example


Text Example

White with #5B4331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,67,49); }

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

background-color css

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

 a { background-color: rgb(91,67,49); }

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

border-color css

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

 span { border-color: rgb(91,67,49); }

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