Html Css Color HEX #584A3D Rock

📋 copy color: '#584A3D'

red 88 ◦ green 74 ◦ blue 61

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

Shades of Rock #584A3D

Tints of Rock #584A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 39.46%
G = 33.18%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#584A3D (or 0x584A3D) is known color: Rock. HEX triplet: 58, 4A and 3D. RGB value is (88,74,61). Sum of RGB (Red+Green+Blue) = 88+74+61=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3D is #A7B5C2. Grayscale: #4C4C4C. Windows color (decimal): -10991043 or 4016728. OLE color: 4016728.

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

Color convert

RGB 88 74 61 -
CMYK 0 0.16 0.31 0.65
HSL 28.89º 0.18% 0.29% -
HSV(B) 28.89º 0.31% 0.35% -
XYZ 7.32 7.31 5.44 -
YUV 76.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 88 74 61 0 0.16 0.31 0.65 28.89 0.18 0.29
Hex 58 4A 3D 0 10 1F 41 1D 12 1D
Octal 130 112 75 0 20 37 101 35 22 35
Binary 1011000 1001010 111101 0 10000 11111 1000001 11101 10010 11101

Color Harmonies of #584A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A3D

Black with #584A3D

Text Example


Text Example

White with #584A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,74,61); }

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

background-color css

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

 a { background-color: rgb(88,74,61); }

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

border-color css

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

 span { border-color: rgb(88,74,61); }

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