Html Css Color HEX #554646 Woody Brown

📋 copy color: '#554646'

red 85 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #554646

Tints of Woody Brown #554646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 37.78%
G = 31.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#554646 (or 0x554646) is known color: Woody Brown. HEX triplet: 55, 46 and 46. RGB value is (85,70,70). Sum of RGB (Red+Green+Blue) = 85+70+70=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554646 is #AAB9B9. Grayscale: #4A4A4A. Windows color (decimal): -11188666 or 4605525. OLE color: 4605525.

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

Color convert

RGB 85 70 70 -
CMYK 0 0.18 0.18 0.67
HSL 0.1% 0.3% -
HSV(B) 0.18% 0.33% -
XYZ 7.04 6.75 6.73 -
YUV 74.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 85 70 70 0 0.18 0.18 0.67 0 0.1 0.3
Hex 55 46 46 0 12 12 43 0 A 1E
Octal 125 106 106 0 22 22 103 0 12 36
Binary 1010101 1000110 1000110 0 10010 10010 1000011 0 1010 11110

Color Harmonies of #554646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554646

Black with #554646

Text Example


Text Example

White with #554646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554646; }

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

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

background-color css

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

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

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

border-color css

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

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

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