Html Css Color HEX #554437 Brown Derby

📋 copy color: '#554437'

red 85 ◦ green 68 ◦ blue 55

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

Shades of Brown Derby #554437

Tints of Brown Derby #554437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 40.87%
G = 32.69%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#554437 (or 0x554437) is known color: Brown Derby. HEX triplet: 55, 44 and 37. RGB value is (85,68,55). Sum of RGB (Red+Green+Blue) = 85+68+55=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554437 is #AABBC8. Grayscale: #474747. Windows color (decimal): -11189193 or 3621973. OLE color: 3621973.

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

Color convert

RGB 85 68 55 -
CMYK 0 0.20 0.35 0.67
HSL 26º 0.21% 0.27% -
HSV(B) 26º 0.35% 0.33% -
XYZ 6.5 6.34 4.5 -
YUV 71.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 85 68 55 0 0.20 0.35 0.67 26 0.21 0.27
Hex 55 44 37 0 14 23 43 1A 15 1B
Octal 125 104 67 0 24 43 103 32 25 33
Binary 1010101 1000100 110111 0 10100 100011 1000011 11010 10101 11011

Color Harmonies of #554437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554437

Black with #554437

Text Example


Text Example

White with #554437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554437; }

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

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

background-color css

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

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

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

border-color css

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

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

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