Html Css Color HEX #554343 Woody Brown

📋 copy color: '#554343'

red 85 ◦ green 67 ◦ blue 67

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

Shades of Woody Brown #554343

Tints of Woody Brown #554343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 38.81%
G = 30.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#554343 (or 0x554343) is known color: Woody Brown. HEX triplet: 55, 43 and 43. RGB value is (85,67,67). Sum of RGB (Red+Green+Blue) = 85+67+67=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554343 is #AABCBC. Grayscale: #484848. Windows color (decimal): -11189437 or 4408149. OLE color: 4408149.

HSL color Cylindrical-coordinate representation of color #554343: hue angle of 0º 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 #554343 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 67 -
CMYK 0 0.21 0.21 0.67
HSL 0.12% 0.3% -
HSV(B) 0.21% 0.33% -
XYZ 6.77 6.35 6.18 -
YUV 72.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 85 67 67 0 0.21 0.21 0.67 0 0.12 0.3
Hex 55 43 43 0 15 15 43 0 C 1E
Octal 125 103 103 0 25 25 103 0 14 36
Binary 1010101 1000011 1000011 0 10101 10101 1000011 0 1100 11110

Color Harmonies of #554343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554343

Black with #554343

Text Example


Text Example

White with #554343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554343; }

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

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

background-color css

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

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

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

border-color css

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

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

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