Html Css Color HEX #5A4D40 Rock

📋 copy color: '#5A4D40'

red 90 ◦ green 77 ◦ blue 64

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

Shades of Rock #5A4D40

Tints of Rock #5A4D40

RGB

 RED value IS 90 (35.55% from 255) = 38.96%

 GREEN value IS 77 (30.47% from 255) = 33.33%

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

R = 38.96%
G = 33.33%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#5A4D40 (or 0x5A4D40) is known color: Rock. HEX triplet: 5A, 4D and 40. RGB value is (90,77,64). Sum of RGB (Red+Green+Blue) = 90+77+64=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D40 is #A5B2BF. Grayscale: #4F4F4F. Windows color (decimal): -10859200 or 4214106. OLE color: 4214106.

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

Color convert

RGB 90 77 64 -
CMYK 0 0.14 0.29 0.65
HSL 30º 0.17% 0.3% -
HSV(B) 30º 0.29% 0.35% -
XYZ 7.8 7.85 5.96 -
YUV 79.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 90 77 64 0 0.14 0.29 0.65 30 0.17 0.3
Hex 5A 4D 40 0 E 1D 41 1E 11 1E
Octal 132 115 100 0 16 35 101 36 21 36
Binary 1011010 1001101 1000000 0 1110 11101 1000001 11110 10001 11110

Color Harmonies of #5A4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D40

Black with #5A4D40

Text Example


Text Example

White with #5A4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4D40; }

 p { color: rgb(90,77,64); }

 H1.HeaderClassName
 {
   color: #5A4D40;
 }
 .AnyTagClassName
 {
   color: #5A4D40;
 }
</style>

background-color css

<style>
 a { background-color: #5A4D40; }

 a { background-color: rgb(90,77,64); }

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

border-color css

<style>
 span { border-color: #5A4D40; }

 span { border-color: rgb(90,77,64); }

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