Html Css Color HEX #55443A Brown Derby

📋 copy color: '#55443A'

red 85 ◦ green 68 ◦ blue 58

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

Shades of Brown Derby #55443A

Tints of Brown Derby #55443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 40.28%
G = 32.23%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55443A (or 0x55443A) is known color: Brown Derby. HEX triplet: 55, 44 and 3A. RGB value is (85,68,58). Sum of RGB (Red+Green+Blue) = 85+68+58=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443A is #AABBC5. Grayscale: #484848. Windows color (decimal): -11189190 or 3818581. OLE color: 3818581.

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

Color convert

RGB 85 68 58 -
CMYK 0 0.20 0.32 0.67
HSL 22.22º 0.19% 0.28% -
HSV(B) 22.22º 0.32% 0.33% -
XYZ 6.58 6.37 4.89 -
YUV 71.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 85 68 58 0 0.20 0.32 0.67 22.22 0.19 0.28
Hex 55 44 3A 0 14 20 43 16 13 1C
Octal 125 104 72 0 24 40 103 26 23 34
Binary 1010101 1000100 111010 0 10100 100000 1000011 10110 10011 11100

Color Harmonies of #55443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55443A

Black with #55443A

Text Example


Text Example

White with #55443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55443A; }

 p { color: rgb(85,68,58); }

 H1.HeaderClassName
 {
   color: #55443A;
 }
 .AnyTagClassName
 {
   color: #55443A;
 }
</style>

background-color css

<style>
 a { background-color: #55443A; }

 a { background-color: rgb(85,68,58); }

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

border-color css

<style>
 span { border-color: #55443A; }

 span { border-color: rgb(85,68,58); }

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