Html Css Color HEX #554438 Brown Derby

📋 copy color: '#554438'

red 85 ◦ green 68 ◦ blue 56

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

Shades of Brown Derby #554438

Tints of Brown Derby #554438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 40.67%
G = 32.54%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#554438 (or 0x554438) is known color: Brown Derby. HEX triplet: 55, 44 and 38. RGB value is (85,68,56). Sum of RGB (Red+Green+Blue) = 85+68+56=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554438 is #AABBC7. Grayscale: #474747. Windows color (decimal): -11189192 or 3687509. OLE color: 3687509.

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

Color convert

RGB 85 68 56 -
CMYK 0 0.20 0.34 0.67
HSL 24.83º 0.21% 0.28% -
HSV(B) 24.83º 0.34% 0.33% -
XYZ 6.53 6.35 4.62 -
YUV 71.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 85 68 56 0 0.20 0.34 0.67 24.83 0.21 0.28
Hex 55 44 38 0 14 22 43 19 15 1C
Octal 125 104 70 0 24 42 103 31 25 34
Binary 1010101 1000100 111000 0 10100 100010 1000011 11001 10101 11100

Color Harmonies of #554438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554438

Black with #554438

Text Example


Text Example

White with #554438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554438; }

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

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

background-color css

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

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

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

border-color css

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

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

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