#553527

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

Shades of Carnaby Tan #553527

Tints of Carnaby Tan #553527

Color information

#553527 (or 0x553527) is unknown color: approx Carnaby Tan. HEX triplet: 55, 35 and 27. RGB value is (85,53,39). Sum of RGB (Red+Green+Blue) = 85+53+39=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553527 is #AACAD8. Grayscale: #3D3D3D. Windows color (decimal): -11193049 or 2569557. OLE color: 2569557.

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

Color convert

RGB855339-
CMYK00.380.540.67
HSL18.26º37.1%24.31%-
HSV(B)18.26º54.12%33.33%-
XYZ5.394.622.53-
YUV60.97115.6145.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=48.02%
G=29.94%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85533900.380.540.6718.2637.124.31
Hex5535270263643122518
Octal125654704666103224530
Binary1010101110101100111010011011011010000111001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553527; }

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

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

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

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

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

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

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

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