Html Css Color HEX #574B43 Cork

📋 copy color: '#574B43'

red 87 ◦ green 75 ◦ blue 67

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

Shades of Cork #574B43

Tints of Cork #574B43

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.75%

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

R = 37.99%
G = 32.75%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#574B43 (or 0x574B43) is known color: Cork. HEX triplet: 57, 4B and 43. RGB value is (87,75,67). Sum of RGB (Red+Green+Blue) = 87+75+67=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B43 is #A8B4BC. Grayscale: #4D4D4D. Windows color (decimal): -11056317 or 4410199. OLE color: 4410199.

HSL color Cylindrical-coordinate representation of color #574B43: hue angle of 24º 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 #574B43 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 75 67 -
CMYK 0 0.14 0.23 0.66
HSL 24º 0.13% 0.3% -
HSV(B) 24º 0.23% 0.34% -
XYZ 7.46 7.46 6.36 -
YUV 77.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 87 75 67 0 0.14 0.23 0.66 24 0.13 0.3
Hex 57 4B 43 0 E 17 42 18 D 1E
Octal 127 113 103 0 16 27 102 30 15 36
Binary 1010111 1001011 1000011 0 1110 10111 1000010 11000 1101 11110

Color Harmonies of #574B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B43

Black with #574B43

Text Example


Text Example

White with #574B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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