Html Css Color HEX #5F4842 Congo Brown

📋 copy color: '#5F4842'

red 95 ◦ green 72 ◦ blue 66

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

Shades of Congo Brown #5F4842

Tints of Congo Brown #5F4842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 40.77%
G = 30.9%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5F4842 (or 0x5F4842) is known color: Congo Brown. HEX triplet: 5F, 48 and 42. RGB value is (95,72,66). Sum of RGB (Red+Green+Blue) = 95+72+66=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4842 is #A0B7BD. Grayscale: #4E4E4E. Windows color (decimal): -10532798 or 4343903. OLE color: 4343903.

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

Color convert

RGB 95 72 66 -
CMYK 0 0.24 0.31 0.63
HSL 12.41º 0.18% 0.32% -
HSV(B) 12.41º 0.31% 0.37% -
XYZ 8.02 7.46 6.17 -
YUV 78.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 95 72 66 0 0.24 0.31 0.63 12.41 0.18 0.32
Hex 5F 48 42 0 18 1F 3F C 12 20
Octal 137 110 102 0 30 37 77 14 22 40
Binary 1011111 1001000 1000010 0 11000 11111 111111 1100 10010 100000

Color Harmonies of #5F4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4842

Black with #5F4842

Text Example


Text Example

White with #5F4842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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