Html Css Color HEX #584F45 Rock

📋 copy color: '#584F45'

red 88 ◦ green 79 ◦ blue 69

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

Shades of Rock #584F45

Tints of Rock #584F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 37.29%
G = 33.47%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#584F45 (or 0x584F45) is known color: Rock. HEX triplet: 58, 4F and 45. RGB value is (88,79,69). Sum of RGB (Red+Green+Blue) = 88+79+69=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #584F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F45 is #A7B0BA. Grayscale: #505050. Windows color (decimal): -10989755 or 4542296. OLE color: 4542296.

HSL color Cylindrical-coordinate representation of color #584F45: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #584F45 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 69 -
CMYK 0 0.10 0.22 0.65
HSL 31.58º 0.12% 0.31% -
HSV(B) 31.58º 0.22% 0.35% -
XYZ 7.89 8.1 6.78 -
YUV 80.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 88 79 69 0 0.10 0.22 0.65 31.58 0.12 0.31
Hex 58 4F 45 0 A 16 41 20 C 1F
Octal 130 117 105 0 12 26 101 40 14 37
Binary 1011000 1001111 1000101 0 1010 10110 1000001 100000 1100 11111

Color Harmonies of #584F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F45

Black with #584F45

Text Example


Text Example

White with #584F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584F45; }

 p { color: rgb(88,79,69); }

 H1.HeaderClassName
 {
   color: #584F45;
 }
 .AnyTagClassName
 {
   color: #584F45;
 }
</style>

background-color css

<style>
 a { background-color: #584F45; }

 a { background-color: rgb(88,79,69); }

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

border-color css

<style>
 span { border-color: #584F45; }

 span { border-color: rgb(88,79,69); }

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