Html Css Color HEX #55463B Brown Derby

📋 copy color: '#55463B'

red 85 ◦ green 70 ◦ blue 59

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

Shades of Brown Derby #55463B

Tints of Brown Derby #55463B

RGB

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

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

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

R = 39.72%
G = 32.71%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55463B (or 0x55463B) is known color: Brown Derby. HEX triplet: 55, 46 and 3B. RGB value is (85,70,59). Sum of RGB (Red+Green+Blue) = 85+70+59=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463B is #AAB9C4. Grayscale: #494949. Windows color (decimal): -11188677 or 3884629. OLE color: 3884629.

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

Color convert

RGB 85 70 59 -
CMYK 0 0.18 0.31 0.67
HSL 25.38º 0.18% 0.28% -
HSV(B) 25.38º 0.31% 0.33% -
XYZ 6.73 6.63 5.06 -
YUV 73.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 85 70 59 0 0.18 0.31 0.67 25.38 0.18 0.28
Hex 55 46 3B 0 12 1F 43 19 12 1C
Octal 125 106 73 0 22 37 103 31 22 34
Binary 1010101 1000110 111011 0 10010 11111 1000011 11001 10010 11100

Color Harmonies of #55463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55463B

Black with #55463B

Text Example


Text Example

White with #55463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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