Html Css Color HEX #5B4B47 Congo Brown

📋 copy color: '#5B4B47'

red 91 ◦ green 75 ◦ blue 71

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

Shades of Congo Brown #5B4B47

Tints of Congo Brown #5B4B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.65%

 BLUE value IS 71 (28.13% from 255) = 29.96%

R = 38.4%
G = 31.65%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5B4B47 (or 0x5B4B47) is known color: Congo Brown. HEX triplet: 5B, 4B and 47. RGB value is (91,75,71). Sum of RGB (Red+Green+Blue) = 91+75+71=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B47 is #A4B4B8. Grayscale: #4F4F4F. Windows color (decimal): -10794169 or 4672347. OLE color: 4672347.

HSL color Cylindrical-coordinate representation of color #5B4B47: hue angle of 12º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B4B47 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 75 71 -
CMYK 0 0.18 0.22 0.64
HSL 12º 0.12% 0.32% -
HSV(B) 12º 0.22% 0.36% -
XYZ 7.97 7.71 7.03 -
YUV 79.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 91 75 71 0 0.18 0.22 0.64 12 0.12 0.32
Hex 5B 4B 47 0 12 16 40 C C 20
Octal 133 113 107 0 22 26 100 14 14 40
Binary 1011011 1001011 1000111 0 10010 10110 1000000 1100 1100 100000

Color Harmonies of #5B4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4B47

Black with #5B4B47

Text Example


Text Example

White with #5B4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,75,71); }

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

background-color css

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

 a { background-color: rgb(91,75,71); }

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

border-color css

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

 span { border-color: rgb(91,75,71); }

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