Html Css Color HEX #554439 Brown Derby

📋 copy color: '#554439'

red 85 ◦ green 68 ◦ blue 57

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

Shades of Brown Derby #554439

Tints of Brown Derby #554439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 40.48%
G = 32.38%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554439 (or 0x554439) is known color: Brown Derby. HEX triplet: 55, 44 and 39. RGB value is (85,68,57). Sum of RGB (Red+Green+Blue) = 85+68+57=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554439 is #AABBC6. Grayscale: #474747. Windows color (decimal): -11189191 or 3753045. OLE color: 3753045.

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

Color convert

RGB 85 68 57 -
CMYK 0 0.20 0.33 0.67
HSL 23.57º 0.2% 0.28% -
HSV(B) 23.57º 0.33% 0.33% -
XYZ 6.55 6.36 4.75 -
YUV 71.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 85 68 57 0 0.20 0.33 0.67 23.57 0.2 0.28
Hex 55 44 39 0 14 21 43 18 14 1C
Octal 125 104 71 0 24 41 103 30 24 34
Binary 1010101 1000100 111001 0 10100 100001 1000011 11000 10100 11100

Color Harmonies of #554439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554439

Black with #554439

Text Example


Text Example

White with #554439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554439; }

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

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

background-color css

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

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

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

border-color css

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

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

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