Html Css Color HEX #5B4630 Brown Derby

📋 copy color: '#5B4630'

red 91 ◦ green 70 ◦ blue 48

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

Shades of Brown Derby #5B4630

Tints of Brown Derby #5B4630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 43.54%
G = 33.49%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5B4630 (or 0x5B4630) is known color: Brown Derby. HEX triplet: 5B, 46 and 30. RGB value is (91,70,48). Sum of RGB (Red+Green+Blue) = 91+70+48=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4630 is #A4B9CF. Grayscale: #494949. Windows color (decimal): -10795472 or 3163739. OLE color: 3163739.

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

Color convert

RGB 91 70 48 -
CMYK 0 0.23 0.47 0.64
HSL 30.7º 0.31% 0.27% -
HSV(B) 30.7º 0.47% 0.36% -
XYZ 7.04 6.82 3.74 -
YUV 73.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 91 70 48 0 0.23 0.47 0.64 30.7 0.31 0.27
Hex 5B 46 30 0 17 2F 40 1F 1F 1B
Octal 133 106 60 0 27 57 100 37 37 33
Binary 1011011 1000110 110000 0 10111 101111 1000000 11111 11111 11011

Color Harmonies of #5B4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4630

Black with #5B4630

Text Example


Text Example

White with #5B4630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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