Html Css Color HEX #5C4641 Congo Brown

📋 copy color: '#5C4641'

red 92 ◦ green 70 ◦ blue 65

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

Shades of Congo Brown #5C4641

Tints of Congo Brown #5C4641

RGB

 RED value IS 92 (36.33% from 255) = 40.53%

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 40.53%
G = 30.84%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5C4641 (or 0x5C4641) is known color: Congo Brown. HEX triplet: 5C, 46 and 41. RGB value is (92,70,65). Sum of RGB (Red+Green+Blue) = 92+70+65=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4641 is #A3B9BE. Grayscale: #4C4C4C. Windows color (decimal): -10729919 or 4277852. OLE color: 4277852.

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

Color convert

RGB 92 70 65 -
CMYK 0 0.24 0.29 0.64
HSL 11.11º 0.17% 0.31% -
HSV(B) 11.11º 0.29% 0.36% -
XYZ 7.56 7.04 5.96 -
YUV 76.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 92 70 65 0 0.24 0.29 0.64 11.11 0.17 0.31
Hex 5C 46 41 0 18 1D 40 B 11 1F
Octal 134 106 101 0 30 35 100 13 21 37
Binary 1011100 1000110 1000001 0 11000 11101 1000000 1011 10001 11111

Color Harmonies of #5C4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4641

Black with #5C4641

Text Example


Text Example

White with #5C4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,70,65); }

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

background-color css

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

 a { background-color: rgb(92,70,65); }

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

border-color css

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

 span { border-color: rgb(92,70,65); }

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