Html Css Color HEX #58493D Cork

📋 copy color: '#58493D'

red 88 ◦ green 73 ◦ blue 61

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

Shades of Cork #58493D

Tints of Cork #58493D

RGB

 RED value IS 88 (34.77% from 255) = 39.64%

 GREEN value IS 73 (28.91% from 255) = 32.88%

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

R = 39.64%
G = 32.88%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58493D (or 0x58493D) is known color: Cork. HEX triplet: 58, 49 and 3D. RGB value is (88,73,61). Sum of RGB (Red+Green+Blue) = 88+73+61=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493D is #A7B6C2. Grayscale: #4C4C4C. Windows color (decimal): -10991299 or 4016472. OLE color: 4016472.

HSL color Cylindrical-coordinate representation of color #58493D: hue angle of 26.67º degrees, saturation: 0.18, 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 #58493D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 61 -
CMYK 0 0.17 0.31 0.65
HSL 26.67º 0.18% 0.29% -
HSV(B) 26.67º 0.31% 0.35% -
XYZ 7.25 7.18 5.42 -
YUV 76.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 88 73 61 0 0.17 0.31 0.65 26.67 0.18 0.29
Hex 58 49 3D 0 11 1F 41 1B 12 1D
Octal 130 111 75 0 21 37 101 33 22 35
Binary 1011000 1001001 111101 0 10001 11111 1000001 11011 10010 11101

Color Harmonies of #58493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58493D

Black with #58493D

Text Example


Text Example

White with #58493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,73,61); }

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

background-color css

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

 a { background-color: rgb(88,73,61); }

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

border-color css

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

 span { border-color: rgb(88,73,61); }

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