Html Css Color HEX #59483D Cork

📋 copy color: '#59483D'

red 89 ◦ green 72 ◦ blue 61

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

Shades of Cork #59483D

Tints of Cork #59483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 40.09%
G = 32.43%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59483D (or 0x59483D) is known color: Cork. HEX triplet: 59, 48 and 3D. RGB value is (89,72,61). Sum of RGB (Red+Green+Blue) = 89+72+61=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #59483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59483D is #A6B7C2. Grayscale: #4B4B4B. Windows color (decimal): -10926019 or 4016217. OLE color: 4016217.

HSL color Cylindrical-coordinate representation of color #59483D: hue angle of 23.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59483D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 61 -
CMYK 0 0.19 0.31 0.65
HSL 23.57º 0.19% 0.29% -
HSV(B) 23.57º 0.31% 0.35% -
XYZ 7.28 7.1 5.4 -
YUV 75.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 89 72 61 0 0.19 0.31 0.65 23.57 0.19 0.29
Hex 59 48 3D 0 13 1F 41 18 13 1D
Octal 131 110 75 0 23 37 101 30 23 35
Binary 1011001 1001000 111101 0 10011 11111 1000001 11000 10011 11101

Color Harmonies of #59483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59483D

Black with #59483D

Text Example


Text Example

White with #59483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59483D; }

 p { color: rgb(89,72,61); }

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

background-color css

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

 a { background-color: rgb(89,72,61); }

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

border-color css

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

 span { border-color: rgb(89,72,61); }

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