#553C1D

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

Shades of Carnaby Tan #553C1D

Tints of Carnaby Tan #553C1D

Color information

#553C1D (or 0x553C1D) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3C and 1D. RGB value is (85,60,29). Sum of RGB (Red+Green+Blue) = 85+60+29=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C1D is #AAC3E2. Grayscale: #404040. Windows color (decimal): -11191267 or 1915989. OLE color: 1915989.

HSL color Cylindrical-coordinate representation of color #553C1D: hue angle of 33.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553C1D is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB856029-
CMYK00.290.660.67
HSL33.21º49.12%22.35%-
HSV(B)33.21º65.88%33.33%-
XYZ5.585.251.88-
YUV63.94108.28143.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=48.85%
G=34.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85602900.290.660.6733.2149.1222.35
Hex553C1D01D4243213116
Octal1257435035102103416126
Binary1010101111100111010111011000010100001110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,60,29); }

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

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

 a { background-color: rgb(85,60,29); }

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

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

 span { border-color: rgb(85,60,29); }

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