#553A20

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

Shades of Carnaby Tan #553A20

Tints of Carnaby Tan #553A20

Color information

#553A20 (or 0x553A20) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3A and 20. RGB value is (85,58,32). Sum of RGB (Red+Green+Blue) = 85+58+32=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A20 is #AAC5DF. Grayscale: #3F3F3F. Windows color (decimal): -11191776 or 2112085. OLE color: 2112085.

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

Color convert

RGB855832-
CMYK00.320.620.67
HSL29.43º45.3%22.94%-
HSV(B)29.43º62.35%33.33%-
XYZ5.525.062.05-
YUV63.11110.45143.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=48.57%
G=33.14%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85583200.320.620.6729.4345.322.94
Hex553A200203E431d2d17
Octal125724004076103355527
Binary1010101111010100000010000011111010000111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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