Html Css Color HEX #554545 Woody Brown

📋 copy color: '#554545'

red 85 ◦ green 69 ◦ blue 69

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

Shades of Woody Brown #554545

Tints of Woody Brown #554545

RGB

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

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

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

R = 38.12%
G = 30.94%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#554545 (or 0x554545) is known color: Woody Brown. HEX triplet: 55, 45 and 45. RGB value is (85,69,69). Sum of RGB (Red+Green+Blue) = 85+69+69=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554545 is #AABABA. Grayscale: #494949. Windows color (decimal): -11188923 or 4539733. OLE color: 4539733.

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

Color convert

RGB 85 69 69 -
CMYK 0 0.19 0.19 0.67
HSL 0.1% 0.3% -
HSV(B) 0.19% 0.33% -
XYZ 6.95 6.62 6.54 -
YUV 73.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 85 69 69 0 0.19 0.19 0.67 0 0.1 0.3
Hex 55 45 45 0 13 13 43 0 A 1E
Octal 125 105 105 0 23 23 103 0 12 36
Binary 1010101 1000101 1000101 0 10011 10011 1000011 0 1010 11110

Color Harmonies of #554545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554545

Black with #554545

Text Example


Text Example

White with #554545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554545; }

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

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

background-color css

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

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

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

border-color css

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

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

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