Html Css Color HEX #5B4330 Brown Derby

📋 copy color: '#5B4330'

red 91 ◦ green 67 ◦ blue 48

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

Shades of Brown Derby #5B4330

Tints of Brown Derby #5B4330

RGB

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

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

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

R = 44.17%
G = 32.52%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5B4330 (or 0x5B4330) is known color: Brown Derby. HEX triplet: 5B, 43 and 30. RGB value is (91,67,48). Sum of RGB (Red+Green+Blue) = 91+67+48=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4330 is #A4BCCF. Grayscale: #484848. Windows color (decimal): -10796240 or 3162971. OLE color: 3162971.

HSL color Cylindrical-coordinate representation of color #5B4330: hue angle of 26.51º 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 #5B4330 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 67 48 -
CMYK 0 0.26 0.47 0.64
HSL 26.51º 0.31% 0.27% -
HSV(B) 26.51º 0.47% 0.36% -
XYZ 6.86 6.45 3.68 -
YUV 72.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 91 67 48 0 0.26 0.47 0.64 26.51 0.31 0.27
Hex 5B 43 30 0 1A 2F 40 1B 1F 1B
Octal 133 103 60 0 32 57 100 33 37 33
Binary 1011011 1000011 110000 0 11010 101111 1000000 11011 11111 11011

Color Harmonies of #5B4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4330

Black with #5B4330

Text Example


Text Example

White with #5B4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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