Html Css Color HEX #554639 Brown Derby

📋 copy color: '#554639'

red 85 ◦ green 70 ◦ blue 57

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

Shades of Brown Derby #554639

Tints of Brown Derby #554639

RGB

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

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

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

R = 40.09%
G = 33.02%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554639 (or 0x554639) is known color: Brown Derby. HEX triplet: 55, 46 and 39. RGB value is (85,70,57). Sum of RGB (Red+Green+Blue) = 85+70+57=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554639 is #AAB9C6. Grayscale: #494949. Windows color (decimal): -11188679 or 3753557. OLE color: 3753557.

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

Color convert

RGB 85 70 57 -
CMYK 0 0.18 0.33 0.67
HSL 27.86º 0.2% 0.28% -
HSV(B) 27.86º 0.33% 0.33% -
XYZ 6.67 6.61 4.79 -
YUV 73 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 85 70 57 0 0.18 0.33 0.67 27.86 0.2 0.28
Hex 55 46 39 0 12 21 43 1C 14 1C
Octal 125 106 71 0 22 41 103 34 24 34
Binary 1010101 1000110 111001 0 10010 100001 1000011 11100 10100 11100

Color Harmonies of #554639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554639

Black with #554639

Text Example


Text Example

White with #554639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554639; }

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

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

background-color css

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

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

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

border-color css

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

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

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