#553E30

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

Shades of Very Dark Brown #553E30

Tints of Very Dark Brown #553E30

Color information

#553E30 (or 0x553E30) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3E and 30. RGB value is (85,62,48). Sum of RGB (Red+Green+Blue) = 85+62+48=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E30 is #AAC1CF. Grayscale: #434343. Windows color (decimal): -11190736 or 3161685. OLE color: 3161685.

HSL color Cylindrical-coordinate representation of color #553E30: hue angle of 22.7º 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 #553E30 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB856248-
CMYK00.270.440.67
HSL22.7º27.82%26.08%-
HSV(B)22.7º43.53%33.33%-
XYZ65.593.56-
YUV67.28117.12140.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=43.59%
G=31.79%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85624800.270.440.6722.727.8226.08
Hex553E3001B2C43171c1a
Octal125766003354103273432
Binary10101011111101100000110111011001000011101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E30; }

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

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

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

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

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

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

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

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