Html Css Color HEX #5B4432 Brown Derby

📋 copy color: '#5B4432'

red 91 ◦ green 68 ◦ blue 50

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

Shades of Brown Derby #5B4432

Tints of Brown Derby #5B4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 43.54%
G = 32.54%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#5B4432 (or 0x5B4432) is known color: Brown Derby. HEX triplet: 5B, 44 and 32. RGB value is (91,68,50). Sum of RGB (Red+Green+Blue) = 91+68+50=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4432 is #A4BBCD. Grayscale: #484848. Windows color (decimal): -10795982 or 3294299. OLE color: 3294299.

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

Color convert

RGB 91 68 50 -
CMYK 0 0.25 0.45 0.64
HSL 26.34º 0.29% 0.28% -
HSV(B) 26.34º 0.45% 0.36% -
XYZ 6.96 6.59 3.92 -
YUV 72.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 91 68 50 0 0.25 0.45 0.64 26.34 0.29 0.28
Hex 5B 44 32 0 19 2D 40 1A 1D 1C
Octal 133 104 62 0 31 55 100 32 35 34
Binary 1011011 1000100 110010 0 11001 101101 1000000 11010 11101 11100

Color Harmonies of #5B4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4432

Black with #5B4432

Text Example


Text Example

White with #5B4432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,68,50); }

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

background-color css

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

 a { background-color: rgb(91,68,50); }

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

border-color css

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

 span { border-color: rgb(91,68,50); }

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