#553E1A

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

Shades of Clinker #553E1A

Tints of Clinker #553E1A

Color information

#553E1A (or 0x553E1A) is unknown color: approx Clinker. HEX triplet: 55, 3E and 1A. RGB value is (85,62,26). Sum of RGB (Red+Green+Blue) = 85+62+26=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E1A is #AAC1E5. Grayscale: #404040. Windows color (decimal): -11190758 or 1719893. OLE color: 1719893.

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

Color convert

RGB856226-
CMYK00.270.690.67
HSL36.61º53.15%21.76%-
HSV(B)36.61º69.41%33.33%-
XYZ5.665.451.73-
YUV64.77106.12142.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=49.13%
G=35.84%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85622600.270.690.6736.6153.1521.76
Hex553E1A01B4543253516
Octal1257632033105103456526
Binary1010101111110110100110111000101100001110010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,62,26); }

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

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

 a { background-color: rgb(85,62,26); }

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

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

 span { border-color: rgb(85,62,26); }

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