#553B21

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

Shades of Carnaby Tan #553B21

Tints of Carnaby Tan #553B21

Color information

#553B21 (or 0x553B21) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3B and 21. RGB value is (85,59,33). Sum of RGB (Red+Green+Blue) = 85+59+33=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B21 is #AAC4DE. Grayscale: #3F3F3F. Windows color (decimal): -11191519 or 2177877. OLE color: 2177877.

HSL color Cylindrical-coordinate representation of color #553B21: hue angle of 30º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553B21 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB855933-
CMYK00.310.610.67
HSL30º44.07%23.14%-
HSV(B)30º61.18%33.33%-
XYZ5.585.172.14-
YUV63.81110.61143.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=48.02%
G=33.33%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85593300.310.610.673044.0723.14
Hex553B2101F3D431e2c17
Octal125734103775103365427
Binary101010111101110000101111111110110000111111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,33); }

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

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

 a { background-color: rgb(85,59,33); }

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

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

 span { border-color: rgb(85,59,33); }

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