Html Css Color HEX #574946 Congo Brown

📋 copy color: '#574946'

red 87 ◦ green 73 ◦ blue 70

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

Shades of Congo Brown #574946

Tints of Congo Brown #574946

RGB

 RED value IS 87 (34.38% from 255) = 37.83%

 GREEN value IS 73 (28.91% from 255) = 31.74%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 37.83%
G = 31.74%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574946 (or 0x574946) is known color: Congo Brown. HEX triplet: 57, 49 and 46. RGB value is (87,73,70). Sum of RGB (Red+Green+Blue) = 87+73+70=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #574946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574946 is #A8B6B9. Grayscale: #4C4C4C. Windows color (decimal): -11056826 or 4606295. OLE color: 4606295.

HSL color Cylindrical-coordinate representation of color #574946: hue angle of 10.59º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574946 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 70 -
CMYK 0 0.16 0.20 0.66
HSL 10.59º 0.11% 0.31% -
HSV(B) 10.59º 0.2% 0.34% -
XYZ 7.42 7.23 6.8 -
YUV 76.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 87 73 70 0 0.16 0.20 0.66 10.59 0.11 0.31
Hex 57 49 46 0 10 14 42 B B 1F
Octal 127 111 106 0 20 24 102 13 13 37
Binary 1010111 1001001 1000110 0 10000 10100 1000010 1011 1011 11111

Color Harmonies of #574946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574946

Black with #574946

Text Example


Text Example

White with #574946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574946; }

 p { color: rgb(87,73,70); }

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

background-color css

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

 a { background-color: rgb(87,73,70); }

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

border-color css

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

 span { border-color: rgb(87,73,70); }

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