Html Css Color HEX #554341 Woody Brown

📋 copy color: '#554341'

red 85 ◦ green 67 ◦ blue 65

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

Shades of Woody Brown #554341

Tints of Woody Brown #554341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 39.17%
G = 30.88%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554341 (or 0x554341) is known color: Woody Brown. HEX triplet: 55, 43 and 41. RGB value is (85,67,65). Sum of RGB (Red+Green+Blue) = 85+67+65=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554341 is #AABCBE. Grayscale: #484848. Windows color (decimal): -11189439 or 4277077. OLE color: 4277077.

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

Color convert

RGB 85 67 65 -
CMYK 0 0.21 0.24 0.67
HSL 0.13% 0.29% -
HSV(B) 0.24% 0.33% -
XYZ 6.71 6.33 5.87 -
YUV 72.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 85 67 65 0 0.21 0.24 0.67 6 0.13 0.29
Hex 55 43 41 0 15 18 43 6 D 1D
Octal 125 103 101 0 25 30 103 6 15 35
Binary 1010101 1000011 1000001 0 10101 11000 1000011 110 1101 11101

Color Harmonies of #554341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554341

Black with #554341

Text Example


Text Example

White with #554341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554341; }

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

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

background-color css

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

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

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

border-color css

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

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

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