Html Css Color HEX #5F5352 Congo Brown

📋 copy color: '#5F5352'

red 95 ◦ green 83 ◦ blue 82

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

Shades of Congo Brown #5F5352

Tints of Congo Brown #5F5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 36.54%
G = 31.92%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5F5352 (or 0x5F5352) is known color: Congo Brown. HEX triplet: 5F, 53 and 52. RGB value is (95,83,82). Sum of RGB (Red+Green+Blue) = 95+83+82=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5352 is #A0ACAD. Grayscale: #565656. Windows color (decimal): -10529966 or 5395295. OLE color: 5395295.

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

Color convert

RGB 95 83 82 -
CMYK 0 0.13 0.14 0.63
HSL 4.62º 0.07% 0.35% -
HSV(B) 4.62º 0.14% 0.37% -
XYZ 9.34 9.23 9.27 -
YUV 86.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 95 83 82 0 0.13 0.14 0.63 4.62 0.07 0.35
Hex 5F 53 52 0 D E 3F 5 7 23
Octal 137 123 122 0 15 16 77 5 7 43
Binary 1011111 1010011 1010010 0 1101 1110 111111 101 111 100011

Color Harmonies of #5F5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5352

Black with #5F5352

Text Example


Text Example

White with #5F5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,83,82); }

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

background-color css

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

 a { background-color: rgb(95,83,82); }

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

border-color css

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

 span { border-color: rgb(95,83,82); }

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