Html Css Color HEX #55473B Brown Derby

📋 copy color: '#55473B'

red 85 ◦ green 71 ◦ blue 59

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

Shades of Brown Derby #55473B

Tints of Brown Derby #55473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

 BLUE value IS 59 (23.44% from 255) = 27.44%

R = 39.53%
G = 33.02%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55473B (or 0x55473B) is known color: Brown Derby. HEX triplet: 55, 47 and 3B. RGB value is (85,71,59). Sum of RGB (Red+Green+Blue) = 85+71+59=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473B is #AAB8C4. Grayscale: #494949. Windows color (decimal): -11188421 or 3884885. OLE color: 3884885.

HSL color Cylindrical-coordinate representation of color #55473B: hue angle of 27.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55473B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 59 -
CMYK 0 0.16 0.31 0.67
HSL 27.69º 0.18% 0.28% -
HSV(B) 27.69º 0.31% 0.33% -
XYZ 6.79 6.75 5.08 -
YUV 73.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 85 71 59 0 0.16 0.31 0.67 27.69 0.18 0.28
Hex 55 47 3B 0 10 1F 43 1C 12 1C
Octal 125 107 73 0 20 37 103 34 22 34
Binary 1010101 1000111 111011 0 10000 11111 1000011 11100 10010 11100

Color Harmonies of #55473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55473B

Black with #55473B

Text Example


Text Example

White with #55473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55473B; }

 p { color: rgb(85,71,59); }

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

background-color css

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

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

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

border-color css

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

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

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