Html Css Color HEX #574A43 Cork

📋 copy color: '#574A43'

red 87 ◦ green 74 ◦ blue 67

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

Shades of Cork #574A43

Tints of Cork #574A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.39%

R = 38.16%
G = 32.46%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#574A43 (or 0x574A43) is known color: Cork. HEX triplet: 57, 4A and 43. RGB value is (87,74,67). Sum of RGB (Red+Green+Blue) = 87+74+67=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A43 is #A8B5BC. Grayscale: #4D4D4D. Windows color (decimal): -11056573 or 4409943. OLE color: 4409943.

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

Color convert

RGB 87 74 67 -
CMYK 0 0.15 0.23 0.66
HSL 21º 0.13% 0.3% -
HSV(B) 21º 0.23% 0.34% -
XYZ 7.39 7.33 6.34 -
YUV 77.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 87 74 67 0 0.15 0.23 0.66 21 0.13 0.3
Hex 57 4A 43 0 F 17 42 15 D 1E
Octal 127 112 103 0 17 27 102 25 15 36
Binary 1010111 1001010 1000011 0 1111 10111 1000010 10101 1101 11110

Color Harmonies of #574A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A43

Black with #574A43

Text Example


Text Example

White with #574A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,67); }

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

background-color css

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

 a { background-color: rgb(87,74,67); }

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

border-color css

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

 span { border-color: rgb(87,74,67); }

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