#554235

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

Shades of Brown Derby #554235

Tints of Brown Derby #554235

Color information

#554235 (or 0x554235) is unknown color: approx Brown Derby. HEX triplet: 55, 42 and 35. RGB value is (85,66,53). Sum of RGB (Red+Green+Blue) = 85+66+53=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554235 is #AABDCA. Grayscale: #464646. Windows color (decimal): -11189707 or 3490389. OLE color: 3490389.

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

Color convert

RGB856653-
CMYK00.220.380.67
HSL24.38º23.19%27.06%-
HSV(B)24.38º37.65%33.33%-
XYZ6.346.084.21-
YUV70.2118.29138.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=41.67%
G=32.35%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85665300.220.380.6724.3823.1927.06
Hex554235016264318171b
Octal1251026502646103302733
Binary101010110000101101010101101001101000011110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554235; }

 p { color: rgb(85,66,53); }

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

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

 a { background-color: rgb(85,66,53); }

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

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

 span { border-color: rgb(85,66,53); }

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