#553D18

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

Shades of Clinker #553D18

Tints of Clinker #553D18

Color information

#553D18 (or 0x553D18) is unknown color: approx Clinker. HEX triplet: 55, 3D and 18. RGB value is (85,61,24). Sum of RGB (Red+Green+Blue) = 85+61+24=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D18 is #AAC2E7. Grayscale: #404040. Windows color (decimal): -11191016 or 1588565. OLE color: 1588565.

HSL color Cylindrical-coordinate representation of color #553D18: hue angle of 36.39º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553D18 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB856124-
CMYK00.280.720.67
HSL36.39º55.96%21.37%-
HSV(B)36.39º71.76%33.33%-
XYZ5.585.331.6-
YUV63.96105.45143.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=50%
G=35.88%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85612400.280.720.6736.3955.9621.37
Hex553D1801C4843243815
Octal1257530034110103447025
Binary1010101111101110000111001001000100001110010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,24); }

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

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

 a { background-color: rgb(85,61,24); }

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

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

 span { border-color: rgb(85,61,24); }

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