Html Css Color HEX #5F4A48 Congo Brown

📋 copy color: '#5F4A48'

red 95 ◦ green 74 ◦ blue 72

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

Shades of Congo Brown #5F4A48

Tints of Congo Brown #5F4A48

RGB

 RED value IS 95 (37.5% from 255) = 39.42%

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 39.42%
G = 30.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F4A48 (or 0x5F4A48) is known color: Congo Brown. HEX triplet: 5F, 4A and 48. RGB value is (95,74,72). Sum of RGB (Red+Green+Blue) = 95+74+72=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4A48 is #A0B5B7. Grayscale: #505050. Windows color (decimal): -10532280 or 4737631. OLE color: 4737631.

HSL color Cylindrical-coordinate representation of color #5F4A48: hue angle of 5.22º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F4A48 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 74 72 -
CMYK 0 0.22 0.24 0.63
HSL 5.22º 0.14% 0.33% -
HSV(B) 5.22º 0.24% 0.37% -
XYZ 8.34 7.8 7.2 -
YUV 80.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 95 74 72 0 0.22 0.24 0.63 5.22 0.14 0.33
Hex 5F 4A 48 0 16 18 3F 5 E 21
Octal 137 112 110 0 26 30 77 5 16 41
Binary 1011111 1001010 1001000 0 10110 11000 111111 101 1110 100001

Color Harmonies of #5F4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4A48

Black with #5F4A48

Text Example


Text Example

White with #5F4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,74,72); }

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

background-color css

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

 a { background-color: rgb(95,74,72); }

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

border-color css

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

 span { border-color: rgb(95,74,72); }

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