#553728

Color #553728 Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #553728

Tints of Carnaby Tan #553728

Color information

#553728 (or 0x553728) is unknown color: approx Carnaby Tan. HEX triplet: 55, 37 and 28. RGB value is (85,55,40). Sum of RGB (Red+Green+Blue) = 85+55+40=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #553728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553728 is #AAC8D7. Grayscale: #3E3E3E. Windows color (decimal): -11192536 or 2635605. OLE color: 2635605.

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

Color convert

RGB855540-
CMYK00.350.530.67
HSL20º36%24.51%-
HSV(B)20º52.94%33.33%-
XYZ5.54.822.65-
YUV62.26115.44144.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=47.22%
G=30.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554000.350.530.67203624.51
Hex5537280233543142419
Octal125675004365103244431
Binary1010101110111101000010001111010110000111010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553728; }

 p { color: rgb(85,55,40); }

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

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

 a { background-color: rgb(85,55,40); }

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

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

 span { border-color: rgb(85,55,40); }

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