Html Css Color HEX #58483D Cork

📋 copy color: '#58483D'

red 88 ◦ green 72 ◦ blue 61

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

Shades of Cork #58483D

Tints of Cork #58483D

RGB

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

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

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

R = 39.82%
G = 32.58%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58483D (or 0x58483D) is known color: Cork. HEX triplet: 58, 48 and 3D. RGB value is (88,72,61). Sum of RGB (Red+Green+Blue) = 88+72+61=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58483D is #A7B7C2. Grayscale: #4B4B4B. Windows color (decimal): -10991555 or 4016216. OLE color: 4016216.

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

Color convert

RGB 88 72 61 -
CMYK 0 0.18 0.31 0.65
HSL 24.44º 0.18% 0.29% -
HSV(B) 24.44º 0.31% 0.35% -
XYZ 7.18 7.05 5.4 -
YUV 75.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 88 72 61 0 0.18 0.31 0.65 24.44 0.18 0.29
Hex 58 48 3D 0 12 1F 41 18 12 1D
Octal 130 110 75 0 22 37 101 30 22 35
Binary 1011000 1001000 111101 0 10010 11111 1000001 11000 10010 11101

Color Harmonies of #58483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58483D

Black with #58483D

Text Example


Text Example

White with #58483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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