Html Css Color HEX #554845 Woody Brown

📋 copy color: '#554845'

red 85 ◦ green 72 ◦ blue 69

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

Shades of Woody Brown #554845

Tints of Woody Brown #554845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 37.61%
G = 31.86%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#554845 (or 0x554845) is known color: Woody Brown. HEX triplet: 55, 48 and 45. RGB value is (85,72,69). Sum of RGB (Red+Green+Blue) = 85+72+69=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554845 is #AAB7BA. Grayscale: #4B4B4B. Windows color (decimal): -11188155 or 4540501. OLE color: 4540501.

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

Color convert

RGB 85 72 69 -
CMYK 0 0.15 0.19 0.67
HSL 11.25º 0.1% 0.3% -
HSV(B) 11.25º 0.19% 0.33% -
XYZ 7.14 7 6.6 -
YUV 75.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 85 72 69 0 0.15 0.19 0.67 11.25 0.1 0.3
Hex 55 48 45 0 F 13 43 B A 1E
Octal 125 110 105 0 17 23 103 13 12 36
Binary 1010101 1001000 1000101 0 1111 10011 1000011 1011 1010 11110

Color Harmonies of #554845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554845

Black with #554845

Text Example


Text Example

White with #554845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554845; }

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

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

background-color css

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

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

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

border-color css

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

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

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