Html Css Color HEX #5B463D Brown Derby

📋 copy color: '#5B463D'

red 91 ◦ green 70 ◦ blue 61

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

Shades of Brown Derby #5B463D

Tints of Brown Derby #5B463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 40.99%
G = 31.53%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B463D (or 0x5B463D) is known color: Brown Derby. HEX triplet: 5B, 46 and 3D. RGB value is (91,70,61). Sum of RGB (Red+Green+Blue) = 91+70+61=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B463D is #A4B9C2. Grayscale: #4B4B4B. Windows color (decimal): -10795459 or 4015707. OLE color: 4015707.

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

Color convert

RGB 91 70 61 -
CMYK 0 0.23 0.33 0.64
HSL 18º 0.2% 0.3% -
HSV(B) 18º 0.33% 0.36% -
XYZ 7.35 6.94 5.37 -
YUV 75.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 91 70 61 0 0.23 0.33 0.64 18 0.2 0.3
Hex 5B 46 3D 0 17 21 40 12 14 1E
Octal 133 106 75 0 27 41 100 22 24 36
Binary 1011011 1000110 111101 0 10111 100001 1000000 10010 10100 11110

Color Harmonies of #5B463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B463D

Black with #5B463D

Text Example


Text Example

White with #5B463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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