Html Css Color HEX #574B41 Rock

📋 copy color: '#574B41'

red 87 ◦ green 75 ◦ blue 65

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

Shades of Rock #574B41

Tints of Rock #574B41

RGB

 RED value IS 87 (34.38% from 255) = 38.33%

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 38.33%
G = 33.04%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574B41 (or 0x574B41) is known color: Rock. HEX triplet: 57, 4B and 41. RGB value is (87,75,65). Sum of RGB (Red+Green+Blue) = 87+75+65=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #574B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B41 is #A8B4BE. Grayscale: #4D4D4D. Windows color (decimal): -11056319 or 4279127. OLE color: 4279127.

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

Color convert

RGB 87 75 65 -
CMYK 0 0.14 0.25 0.66
HSL 27.27º 0.14% 0.3% -
HSV(B) 27.27º 0.25% 0.34% -
XYZ 7.4 7.44 6.05 -
YUV 77.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 87 75 65 0 0.14 0.25 0.66 27.27 0.14 0.3
Hex 57 4B 41 0 E 19 42 1B E 1E
Octal 127 113 101 0 16 31 102 33 16 36
Binary 1010111 1001011 1000001 0 1110 11001 1000010 11011 1110 11110

Color Harmonies of #574B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B41

Black with #574B41

Text Example


Text Example

White with #574B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574B41; }

 p { color: rgb(87,75,65); }

 H1.HeaderClassName
 {
   color: #574B41;
 }
 .AnyTagClassName
 {
   color: #574B41;
 }
</style>

background-color css

<style>
 a { background-color: #574B41; }

 a { background-color: rgb(87,75,65); }

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

border-color css

<style>
 span { border-color: #574B41; }

 span { border-color: rgb(87,75,65); }

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