Html Css Color HEX #55463D Brown Derby

📋 copy color: '#55463D'

red 85 ◦ green 70 ◦ blue 61

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

Shades of Brown Derby #55463D

Tints of Brown Derby #55463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 39.35%
G = 32.41%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55463D (or 0x55463D) is known color: Brown Derby. HEX triplet: 55, 46 and 3D. RGB value is (85,70,61). Sum of RGB (Red+Green+Blue) = 85+70+61=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463D is #AAB9C2. Grayscale: #494949. Windows color (decimal): -11188675 or 4015701. OLE color: 4015701.

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

Color convert

RGB 85 70 61 -
CMYK 0 0.18 0.28 0.67
HSL 22.5º 0.16% 0.29% -
HSV(B) 22.5º 0.28% 0.33% -
XYZ 6.78 6.65 5.34 -
YUV 73.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 85 70 61 0 0.18 0.28 0.67 22.5 0.16 0.29
Hex 55 46 3D 0 12 1C 43 16 10 1D
Octal 125 106 75 0 22 34 103 26 20 35
Binary 1010101 1000110 111101 0 10010 11100 1000011 10110 10000 11101

Color Harmonies of #55463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55463D

Black with #55463D

Text Example


Text Example

White with #55463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55463D; }

 p { color: rgb(85,70,61); }

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

background-color css

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

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

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

border-color css

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

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

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