Html Css Color HEX #584C42 Rock

📋 copy color: '#584C42'

red 88 ◦ green 76 ◦ blue 66

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

Shades of Rock #584C42

Tints of Rock #584C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 38.26%
G = 33.04%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#584C42 (or 0x584C42) is known color: Rock. HEX triplet: 58, 4C and 42. RGB value is (88,76,66). Sum of RGB (Red+Green+Blue) = 88+76+66=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C42 is #A7B3BD. Grayscale: #4E4E4E. Windows color (decimal): -10990526 or 4344920. OLE color: 4344920.

HSL color Cylindrical-coordinate representation of color #584C42: hue angle of 27.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #584C42 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 76 66 -
CMYK 0 0.14 0.25 0.65
HSL 27.27º 0.14% 0.3% -
HSV(B) 27.27º 0.25% 0.35% -
XYZ 7.59 7.64 6.23 -
YUV 78.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 88 76 66 0 0.14 0.25 0.65 27.27 0.14 0.3
Hex 58 4C 42 0 E 19 41 1B E 1E
Octal 130 114 102 0 16 31 101 33 16 36
Binary 1011000 1001100 1000010 0 1110 11001 1000001 11011 1110 11110

Color Harmonies of #584C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C42

Black with #584C42

Text Example


Text Example

White with #584C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,76,66); }

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

background-color css

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

 a { background-color: rgb(88,76,66); }

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

border-color css

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

 span { border-color: rgb(88,76,66); }

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