Html Css Color HEX #554131 Brown Derby

📋 copy color: '#554131'

red 85 ◦ green 65 ◦ blue 49

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

Shades of Brown Derby #554131

Tints of Brown Derby #554131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 42.71%
G = 32.66%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#554131 (or 0x554131) is known color: Brown Derby. HEX triplet: 55, 41 and 31. RGB value is (85,65,49). Sum of RGB (Red+Green+Blue) = 85+65+49=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #554131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554131 is #AABECE. Grayscale: #454545. Windows color (decimal): -11189967 or 3227989. OLE color: 3227989.

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

Color convert

RGB 85 65 49 -
CMYK 0 0.24 0.42 0.67
HSL 26.67º 0.27% 0.26% -
HSV(B) 26.67º 0.42% 0.33% -
XYZ 6.19 5.93 3.72 -
YUV 69.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 85 65 49 0 0.24 0.42 0.67 26.67 0.27 0.26
Hex 55 41 31 0 18 2A 43 1B 1B 1A
Octal 125 101 61 0 30 52 103 33 33 32
Binary 1010101 1000001 110001 0 11000 101010 1000011 11011 11011 11010

Color Harmonies of #554131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554131

Black with #554131

Text Example


Text Example

White with #554131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554131; }

 p { color: rgb(85,65,49); }

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

background-color css

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

 a { background-color: rgb(85,65,49); }

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

border-color css

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

 span { border-color: rgb(85,65,49); }

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