Html Css Color HEX #58493C Rock

📋 copy color: '#58493C'

red 88 ◦ green 73 ◦ blue 60

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

Shades of Rock #58493C

Tints of Rock #58493C

RGB

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

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

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

R = 39.82%
G = 33.03%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58493C (or 0x58493C) is known color: Rock. HEX triplet: 58, 49 and 3C. RGB value is (88,73,60). Sum of RGB (Red+Green+Blue) = 88+73+60=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493C is #A7B6C3. Grayscale: #4C4C4C. Windows color (decimal): -10991300 or 3950936. OLE color: 3950936.

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

Color convert

RGB 88 73 60 -
CMYK 0 0.17 0.32 0.65
HSL 27.86º 0.19% 0.29% -
HSV(B) 27.86º 0.32% 0.35% -
XYZ 7.22 7.17 5.28 -
YUV 76 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 88 73 60 0 0.17 0.32 0.65 27.86 0.19 0.29
Hex 58 49 3C 0 11 20 41 1C 13 1D
Octal 130 111 74 0 21 40 101 34 23 35
Binary 1011000 1001001 111100 0 10001 100000 1000001 11100 10011 11101

Color Harmonies of #58493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58493C

Black with #58493C

Text Example


Text Example

White with #58493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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