Html Css Color HEX #5B4338 Very Dark Brown

📋 copy color: '#5B4338'

red 91 ◦ green 67 ◦ blue 56

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

Shades of Very Dark Brown #5B4338

Tints of Very Dark Brown #5B4338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 42.52%
G = 31.31%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5B4338 (or 0x5B4338) is known color: Very Dark Brown. HEX triplet: 5B, 43 and 38. RGB value is (91,67,56). Sum of RGB (Red+Green+Blue) = 91+67+56=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4338 is #A4BCC7. Grayscale: #484848. Windows color (decimal): -10796232 or 3687259. OLE color: 3687259.

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

Color convert

RGB 91 67 56 -
CMYK 0 0.26 0.38 0.64
HSL 18.86º 0.24% 0.29% -
HSV(B) 18.86º 0.38% 0.36% -
XYZ 7.04 6.52 4.63 -
YUV 72.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 91 67 56 0 0.26 0.38 0.64 18.86 0.24 0.29
Hex 5B 43 38 0 1A 26 40 13 18 1D
Octal 133 103 70 0 32 46 100 23 30 35
Binary 1011011 1000011 111000 0 11010 100110 1000000 10011 11000 11101

Color Harmonies of #5B4338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4338

Black with #5B4338

Text Example


Text Example

White with #5B4338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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