#55433D

Color #55433D Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #55433D

Tints of Very Dark Brown #55433D

Color information

#55433D (or 0x55433D) is unknown color: approx Very Dark Brown. HEX triplet: 55, 43 and 3D. RGB value is (85,67,61). Sum of RGB (Red+Green+Blue) = 85+67+61=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55433D is #AABCC2. Grayscale: #474747. Windows color (decimal): -11189443 or 4014933. OLE color: 4014933.

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

Color convert

RGB856761-
CMYK00.210.280.67
HSL15º16.44%28.63%-
HSV(B)15º28.24%33.33%-
XYZ6.66.285.28-
YUV71.7121.96137.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=39.91%
G=31.46%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85676100.210.280.671516.4428.63
Hex55433D0151C43f101d
Octal1251037502534103172035
Binary1010101100001111110101010111100100001111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55433D; }

 p { color: rgb(85,67,61); }

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

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

 a { background-color: rgb(85,67,61); }

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

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

 span { border-color: rgb(85,67,61); }

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