Html Css Color HEX #554848 Woody Brown

📋 copy color: '#554848'

red 85 ◦ green 72 ◦ blue 72

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

Shades of Woody Brown #554848

Tints of Woody Brown #554848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

 BLUE value IS 72 (28.52% from 255) = 31.44%

R = 37.12%
G = 31.44%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#554848 (or 0x554848) is known color: Woody Brown. HEX triplet: 55, 48 and 48. RGB value is (85,72,72). Sum of RGB (Red+Green+Blue) = 85+72+72=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554848 is #AAB7B7. Grayscale: #4B4B4B. Windows color (decimal): -11188152 or 4737109. OLE color: 4737109.

HSL color Cylindrical-coordinate representation of color #554848: hue angle of 0º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554848 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 72 -
CMYK 0 0.15 0.15 0.67
HSL 0.08% 0.31% -
HSV(B) 0.15% 0.33% -
XYZ 7.23 7.03 7.11 -
YUV 75.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 85 72 72 0 0.15 0.15 0.67 0 0.08 0.31
Hex 55 48 48 0 F F 43 0 8 1F
Octal 125 110 110 0 17 17 103 0 10 37
Binary 1010101 1001000 1001000 0 1111 1111 1000011 0 1000 11111

Color Harmonies of #554848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554848

Black with #554848

Text Example


Text Example

White with #554848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554848; }

 p { color: rgb(85,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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