Html Css Color HEX #594B43 Cork

📋 copy color: '#594B43'

red 89 ◦ green 75 ◦ blue 67

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

Shades of Cork #594B43

Tints of Cork #594B43

RGB

 RED value IS 89 (35.16% from 255) = 38.53%

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

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

R = 38.53%
G = 32.47%
B = 29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#594B43 (or 0x594B43) is known color: Cork. HEX triplet: 59, 4B and 43. RGB value is (89,75,67). Sum of RGB (Red+Green+Blue) = 89+75+67=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #594B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B43 is #A6B4BC. Grayscale: #4E4E4E. Windows color (decimal): -10925245 or 4410201. OLE color: 4410201.

HSL color Cylindrical-coordinate representation of color #594B43: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594B43 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 75 67 -
CMYK 0 0.16 0.25 0.65
HSL 21.82º 0.14% 0.31% -
HSV(B) 21.82º 0.25% 0.35% -
XYZ 7.65 7.56 6.37 -
YUV 78.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 89 75 67 0 0.16 0.25 0.65 21.82 0.14 0.31
Hex 59 4B 43 0 10 19 41 16 E 1F
Octal 131 113 103 0 20 31 101 26 16 37
Binary 1011001 1001011 1000011 0 10000 11001 1000001 10110 1110 11111

Color Harmonies of #594B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B43

Black with #594B43

Text Example


Text Example

White with #594B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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