Html Css Color HEX #55453C Brown Derby

📋 copy color: '#55453C'

red 85 ◦ green 69 ◦ blue 60

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

Shades of Brown Derby #55453C

Tints of Brown Derby #55453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 39.72%
G = 32.24%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55453C (or 0x55453C) is known color: Brown Derby. HEX triplet: 55, 45 and 3C. RGB value is (85,69,60). Sum of RGB (Red+Green+Blue) = 85+69+60=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55453C is #AABAC3. Grayscale: #484848. Windows color (decimal): -11188932 or 3949909. OLE color: 3949909.

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

Color convert

RGB 85 69 60 -
CMYK 0 0.19 0.29 0.67
HSL 21.6º 0.17% 0.28% -
HSV(B) 21.6º 0.29% 0.33% -
XYZ 6.69 6.51 5.18 -
YUV 72.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 85 69 60 0 0.19 0.29 0.67 21.6 0.17 0.28
Hex 55 45 3C 0 13 1D 43 16 11 1C
Octal 125 105 74 0 23 35 103 26 21 34
Binary 1010101 1000101 111100 0 10011 11101 1000011 10110 10001 11100

Color Harmonies of #55453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55453C

Black with #55453C

Text Example


Text Example

White with #55453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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