Html Css Color HEX #554543 Woody Brown

📋 copy color: '#554543'

red 85 ◦ green 69 ◦ blue 67

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

Shades of Woody Brown #554543

Tints of Woody Brown #554543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 67 (26.56% from 255) = 30.32%

R = 38.46%
G = 31.22%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#554543 (or 0x554543) is known color: Woody Brown. HEX triplet: 55, 45 and 43. RGB value is (85,69,67). Sum of RGB (Red+Green+Blue) = 85+69+67=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554543 is #AABABC. Grayscale: #494949. Windows color (decimal): -11188925 or 4408661. OLE color: 4408661.

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

Color convert

RGB 85 69 67 -
CMYK 0 0.19 0.21 0.67
HSL 6.67º 0.12% 0.3% -
HSV(B) 6.67º 0.21% 0.33% -
XYZ 6.89 6.59 6.22 -
YUV 73.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 85 69 67 0 0.19 0.21 0.67 6.67 0.12 0.3
Hex 55 45 43 0 13 15 43 7 C 1E
Octal 125 105 103 0 23 25 103 7 14 36
Binary 1010101 1000101 1000011 0 10011 10101 1000011 111 1100 11110

Color Harmonies of #554543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554543

Black with #554543

Text Example


Text Example

White with #554543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554543; }

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

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

background-color css

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

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

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

border-color css

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

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

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