Html Css Color HEX #5B463C Brown Derby

📋 copy color: '#5B463C'

red 91 ◦ green 70 ◦ blue 60

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

Shades of Brown Derby #5B463C

Tints of Brown Derby #5B463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 41.18%
G = 31.67%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5B463C (or 0x5B463C) is known color: Brown Derby. HEX triplet: 5B, 46 and 3C. RGB value is (91,70,60). Sum of RGB (Red+Green+Blue) = 91+70+60=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B463C is #A4B9C3. Grayscale: #4B4B4B. Windows color (decimal): -10795460 or 3950171. OLE color: 3950171.

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

Color convert

RGB 91 70 60 -
CMYK 0 0.23 0.34 0.64
HSL 19.35º 0.21% 0.3% -
HSV(B) 19.35º 0.34% 0.36% -
XYZ 7.32 6.93 5.23 -
YUV 75.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 91 70 60 0 0.23 0.34 0.64 19.35 0.21 0.3
Hex 5B 46 3C 0 17 22 40 13 15 1E
Octal 133 106 74 0 27 42 100 23 25 36
Binary 1011011 1000110 111100 0 10111 100010 1000000 10011 10101 11110

Color Harmonies of #5B463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B463C

Black with #5B463C

Text Example


Text Example

White with #5B463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,60); }

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

background-color css

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

 a { background-color: rgb(91,70,60); }

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

border-color css

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

 span { border-color: rgb(91,70,60); }

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