Html Css Color HEX #58393C Jon

📋 copy color: '#58393C'

red 88 ◦ green 57 ◦ blue 60

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

Shades of Jon #58393C

Tints of Jon #58393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 42.93%
G = 27.8%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58393C (or 0x58393C) is known color: Jon. HEX triplet: 58, 39 and 3C. RGB value is (88,57,60). Sum of RGB (Red+Green+Blue) = 88+57+60=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58393C is #A7C6C3. Grayscale: #424242. Windows color (decimal): -10995396 or 3946840. OLE color: 3946840.

HSL color Cylindrical-coordinate representation of color #58393C: hue angle of 354.19º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58393C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 57 60 -
CMYK 0 0.35 0.32 0.65
HSL 354.19º 0.21% 0.28% -
HSV(B) 354.19º 0.35% 0.35% -
XYZ 6.3 5.33 4.97 -
YUV 66.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 88 57 60 0 0.35 0.32 0.65 354.19 0.21 0.28
Hex 58 39 3C 0 23 20 41 162 15 1C
Octal 130 71 74 0 43 40 101 542 25 34
Binary 1011000 111001 111100 0 100011 100000 1000001 101100010 10101 11100

Color Harmonies of #58393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58393C

Black with #58393C

Text Example


Text Example

White with #58393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58393C; }

 p { color: rgb(88,57,60); }

 H1.HeaderClassName
 {
   color: #58393C;
 }
 .AnyTagClassName
 {
   color: #58393C;
 }
</style>

background-color css

<style>
 a { background-color: #58393C; }

 a { background-color: rgb(88,57,60); }

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

border-color css

<style>
 span { border-color: #58393C; }

 span { border-color: rgb(88,57,60); }

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