#554030

Color #554030 Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #554030

Tints of Brown Derby #554030

Color information

#554030 (or 0x554030) is unknown color: approx Brown Derby. HEX triplet: 55, 40 and 30. RGB value is (85,64,48). Sum of RGB (Red+Green+Blue) = 85+64+48=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554030 is #AABFCF. Grayscale: #444444. Windows color (decimal): -11190224 or 3162197. OLE color: 3162197.

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

Color convert

RGB856448-
CMYK00.250.440.67
HSL25.95º27.82%26.08%-
HSV(B)25.95º43.53%33.33%-
XYZ6.115.813.6-
YUV68.46116.46139.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=43.15%
G=32.49%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85644800.250.440.6725.9527.8226.08
Hex5540300192C431a1c1a
Octal1251006003154103323432
Binary101010110000001100000110011011001000011110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554030; }

 p { color: rgb(85,64,48); }

 H1.HeaderClassName
 {
   color: #554030;
 }
 .AnyTagClassName
 {
   color: #554030;
 }
</style>
background-color css

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

 a { background-color: rgb(85,64,48); }

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

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

 span { border-color: rgb(85,64,48); }

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