Html Css Color HEX #554B41 Rock

📋 copy color: '#554B41'

red 85 ◦ green 75 ◦ blue 65

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

Shades of Rock #554B41

Tints of Rock #554B41

RGB

 RED value IS 85 (33.59% from 255) = 37.78%

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

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

R = 37.78%
G = 33.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554B41 (or 0x554B41) is known color: Rock. HEX triplet: 55, 4B and 41. RGB value is (85,75,65). Sum of RGB (Red+Green+Blue) = 85+75+65=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B41 is #AAB4BE. Grayscale: #4C4C4C. Windows color (decimal): -11187391 or 4279125. OLE color: 4279125.

HSL color Cylindrical-coordinate representation of color #554B41: hue angle of 30º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554B41 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 75 65 -
CMYK 0 0.12 0.24 0.67
HSL 30º 0.13% 0.29% -
HSV(B) 30º 0.24% 0.33% -
XYZ 7.22 7.35 6.04 -
YUV 76.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 85 75 65 0 0.12 0.24 0.67 30 0.13 0.29
Hex 55 4B 41 0 C 18 43 1E D 1D
Octal 125 113 101 0 14 30 103 36 15 35
Binary 1010101 1001011 1000001 0 1100 11000 1000011 11110 1101 11101

Color Harmonies of #554B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B41

Black with #554B41

Text Example


Text Example

White with #554B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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