Html Css Color HEX #574C44 Cork

📋 copy color: '#574C44'

red 87 ◦ green 76 ◦ blue 68

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

Shades of Cork #574C44

Tints of Cork #574C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 37.66%
G = 32.9%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#574C44 (or 0x574C44) is known color: Cork. HEX triplet: 57, 4C and 44. RGB value is (87,76,68). Sum of RGB (Red+Green+Blue) = 87+76+68=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C44 is #A8B3BB. Grayscale: #4E4E4E. Windows color (decimal): -11056060 or 4475991. OLE color: 4475991.

HSL color Cylindrical-coordinate representation of color #574C44: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574C44 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 68 -
CMYK 0 0.13 0.22 0.66
HSL 25.26º 0.12% 0.3% -
HSV(B) 25.26º 0.22% 0.34% -
XYZ 7.56 7.61 6.54 -
YUV 78.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 87 76 68 0 0.13 0.22 0.66 25.26 0.12 0.3
Hex 57 4C 44 0 D 16 42 19 C 1E
Octal 127 114 104 0 15 26 102 31 14 36
Binary 1010111 1001100 1000100 0 1101 10110 1000010 11001 1100 11110

Color Harmonies of #574C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C44

Black with #574C44

Text Example


Text Example

White with #574C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574C44; }

 p { color: rgb(87,76,68); }

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

background-color css

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

 a { background-color: rgb(87,76,68); }

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

border-color css

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

 span { border-color: rgb(87,76,68); }

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