Html Css Color HEX #584B40 Rock

📋 copy color: '#584B40'

red 88 ◦ green 75 ◦ blue 64

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

Shades of Rock #584B40

Tints of Rock #584B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 38.77%
G = 33.04%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#584B40 (or 0x584B40) is known color: Rock. HEX triplet: 58, 4B and 40. RGB value is (88,75,64). Sum of RGB (Red+Green+Blue) = 88+75+64=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #584B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B40 is #A7B4BF. Grayscale: #4D4D4D. Windows color (decimal): -10990784 or 4213592. OLE color: 4213592.

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

Color convert

RGB 88 75 64 -
CMYK 0 0.15 0.27 0.65
HSL 27.5º 0.16% 0.3% -
HSV(B) 27.5º 0.27% 0.35% -
XYZ 7.47 7.48 5.9 -
YUV 77.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 88 75 64 0 0.15 0.27 0.65 27.5 0.16 0.3
Hex 58 4B 40 0 F 1B 41 1C 10 1E
Octal 130 113 100 0 17 33 101 34 20 36
Binary 1011000 1001011 1000000 0 1111 11011 1000001 11100 10000 11110

Color Harmonies of #584B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B40

Black with #584B40

Text Example


Text Example

White with #584B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,64); }

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

background-color css

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

 a { background-color: rgb(88,75,64); }

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

border-color css

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

 span { border-color: rgb(88,75,64); }

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