Html Css Color HEX #554242 Woody Brown

📋 copy color: '#554242'

red 85 ◦ green 66 ◦ blue 66

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

Shades of Woody Brown #554242

Tints of Woody Brown #554242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 39.17%
G = 30.41%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#554242 (or 0x554242) is known color: Woody Brown. HEX triplet: 55, 42 and 42. RGB value is (85,66,66). Sum of RGB (Red+Green+Blue) = 85+66+66=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554242 is #AABDBD. Grayscale: #474747. Windows color (decimal): -11189694 or 4342357. OLE color: 4342357.

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

Color convert

RGB 85 66 66 -
CMYK 0 0.22 0.22 0.67
HSL 0.13% 0.3% -
HSV(B) 0.22% 0.33% -
XYZ 6.68 6.22 6 -
YUV 71.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 85 66 66 0 0.22 0.22 0.67 0 0.13 0.3
Hex 55 42 42 0 16 16 43 0 D 1E
Octal 125 102 102 0 26 26 103 0 15 36
Binary 1010101 1000010 1000010 0 10110 10110 1000011 0 1101 11110

Color Harmonies of #554242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554242

Black with #554242

Text Example


Text Example

White with #554242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554242; }

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

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

background-color css

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

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

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

border-color css

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

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

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