Html Css Color HEX #55453D Brown Derby

📋 copy color: '#55453D'

red 85 ◦ green 69 ◦ blue 61

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

Shades of Brown Derby #55453D

Tints of Brown Derby #55453D

RGB

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

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

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

R = 39.53%
G = 32.09%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55453D (or 0x55453D) is known color: Brown Derby. HEX triplet: 55, 45 and 3D. RGB value is (85,69,61). Sum of RGB (Red+Green+Blue) = 85+69+61=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55453D is #AABAC2. Grayscale: #484848. Windows color (decimal): -11188931 or 4015445. OLE color: 4015445.

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

Color convert

RGB 85 69 61 -
CMYK 0 0.19 0.28 0.67
HSL 20º 0.16% 0.29% -
HSV(B) 20º 0.28% 0.33% -
XYZ 6.72 6.52 5.32 -
YUV 72.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 85 69 61 0 0.19 0.28 0.67 20 0.16 0.29
Hex 55 45 3D 0 13 1C 43 14 10 1D
Octal 125 105 75 0 23 34 103 24 20 35
Binary 1010101 1000101 111101 0 10011 11100 1000011 10100 10000 11101

Color Harmonies of #55453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55453D

Black with #55453D

Text Example


Text Example

White with #55453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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