Html Css Color HEX #5B4540 Congo Brown

📋 copy color: '#5B4540'

red 91 ◦ green 69 ◦ blue 64

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

Shades of Congo Brown #5B4540

Tints of Congo Brown #5B4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 40.63%
G = 30.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B4540 (or 0x5B4540) is known color: Congo Brown. HEX triplet: 5B, 45 and 40. RGB value is (91,69,64). Sum of RGB (Red+Green+Blue) = 91+69+64=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4540 is #A4BABF. Grayscale: #4B4B4B. Windows color (decimal): -10795712 or 4212059. OLE color: 4212059.

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

Color convert

RGB 91 69 64 -
CMYK 0 0.24 0.30 0.64
HSL 11.11º 0.17% 0.3% -
HSV(B) 11.11º 0.3% 0.36% -
XYZ 7.37 6.85 5.78 -
YUV 75.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 91 69 64 0 0.24 0.30 0.64 11.11 0.17 0.3
Hex 5B 45 40 0 18 1E 40 B 11 1E
Octal 133 105 100 0 30 36 100 13 21 36
Binary 1011011 1000101 1000000 0 11000 11110 1000000 1011 10001 11110

Color Harmonies of #5B4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4540

Black with #5B4540

Text Example


Text Example

White with #5B4540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,69,64); }

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

background-color css

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

 a { background-color: rgb(91,69,64); }

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

border-color css

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

 span { border-color: rgb(91,69,64); }

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