#553A21

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

Shades of Carnaby Tan #553A21

Tints of Carnaby Tan #553A21

Color information

#553A21 (or 0x553A21) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3A and 21. RGB value is (85,58,33). Sum of RGB (Red+Green+Blue) = 85+58+33=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A21 is #AAC5DE. Grayscale: #3F3F3F. Windows color (decimal): -11191775 or 2177621. OLE color: 2177621.

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

Color convert

RGB855833-
CMYK00.320.610.67
HSL28.85º44.07%23.14%-
HSV(B)28.85º61.18%33.33%-
XYZ5.535.072.13-
YUV63.22110.95143.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=48.30%
G=32.95%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85583300.320.610.6728.8544.0723.14
Hex553A210203D431d2c17
Octal125724104075103355427
Binary1010101111010100001010000011110110000111110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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